Struct gapi_grpc::google::monitoring::v3::UpdateNotificationChannelRequest[][src]

pub struct UpdateNotificationChannelRequest {
    pub update_mask: Option<FieldMask>,
    pub notification_channel: Option<NotificationChannel>,
}

The UpdateNotificationChannel request.

Fields

update_mask: Option<FieldMask>

The fields to update.

notification_channel: Option<NotificationChannel>

Required. A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the update_mask.

Trait Implementations

impl Clone for UpdateNotificationChannelRequest[src]

impl Debug for UpdateNotificationChannelRequest[src]

impl Default for UpdateNotificationChannelRequest[src]

impl Message for UpdateNotificationChannelRequest[src]

impl PartialEq<UpdateNotificationChannelRequest> for UpdateNotificationChannelRequest[src]

impl StructuralPartialEq for UpdateNotificationChannelRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateNotificationChannelRequest

impl Send for UpdateNotificationChannelRequest

impl Sync for UpdateNotificationChannelRequest

impl Unpin for UpdateNotificationChannelRequest

impl UnwindSafe for UpdateNotificationChannelRequest

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]