Struct gapi_grpc::google::cloud::pubsublite::v1::UpdateTopicRequest[][src]

pub struct UpdateTopicRequest {
    pub topic: Option<Topic>,
    pub update_mask: Option<FieldMask>,
}

Request for UpdateTopic.

Fields

topic: Option<Topic>

Required. The topic to update. Its name field must be populated.

update_mask: Option<FieldMask>

Required. A mask specifying the topic fields to change.

Trait Implementations

impl Clone for UpdateTopicRequest[src]

impl Debug for UpdateTopicRequest[src]

impl Default for UpdateTopicRequest[src]

impl Message for UpdateTopicRequest[src]

impl PartialEq<UpdateTopicRequest> for UpdateTopicRequest[src]

impl StructuralPartialEq for UpdateTopicRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateTopicRequest

impl Send for UpdateTopicRequest

impl Sync for UpdateTopicRequest

impl Unpin for UpdateTopicRequest

impl UnwindSafe for UpdateTopicRequest

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]