Struct gapi_grpc::google::storage::v1::list_channels_response::Items[][src]

pub struct Items {
    pub channel_id: String,
    pub resource_id: String,
    pub push_url: String,
    pub subscriber_email: String,
    pub creation_time: Option<Timestamp>,
}

Fields

channel_id: String

User-specified name for a channel. Needed to unsubscribe.

resource_id: String

Opaque value generated by GCS representing a bucket. Needed to unsubscribe.

push_url: String

Url used to identify where notifications are sent to.

subscriber_email: String

Email address of the subscriber.

creation_time: Option<Timestamp>

Time when the channel was created.

Trait Implementations

impl Clone for Items[src]

impl Debug for Items[src]

impl Default for Items[src]

impl Message for Items[src]

impl PartialEq<Items> for Items[src]

impl StructuralPartialEq for Items[src]

Auto Trait Implementations

impl RefUnwindSafe for Items

impl Send for Items

impl Sync for Items

impl Unpin for Items

impl UnwindSafe for Items

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]