Struct gapi_grpc::google::firestore::admin::v1::UpdateFieldRequest[][src]

pub struct UpdateFieldRequest {
    pub field: Option<Field>,
    pub update_mask: Option<FieldMask>,
}

The request for [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].

Fields

field: Option<Field>

Required. The field to be updated.

update_mask: Option<FieldMask>

A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

Trait Implementations

impl Clone for UpdateFieldRequest[src]

impl Debug for UpdateFieldRequest[src]

impl Default for UpdateFieldRequest[src]

impl Message for UpdateFieldRequest[src]

impl PartialEq<UpdateFieldRequest> for UpdateFieldRequest[src]

impl StructuralPartialEq for UpdateFieldRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateFieldRequest

impl Send for UpdateFieldRequest

impl Sync for UpdateFieldRequest

impl Unpin for UpdateFieldRequest

impl UnwindSafe for UpdateFieldRequest

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]