Struct gapi_grpc::google::firestore::admin::v1beta2::field_operation_metadata::IndexConfigDelta[][src]

pub struct IndexConfigDelta {
    pub change_type: i32,
    pub index: Option<Index>,
}

Information about an index configuration change.

Fields

change_type: i32

Specifies how the index is changing.

index: Option<Index>

The index being changed.

Implementations

impl IndexConfigDelta[src]

pub fn change_type(&self) -> ChangeType[src]

Returns the enum value of change_type, or the default if the field is set to an invalid enum value.

pub fn set_change_type(&mut self, value: ChangeType)[src]

Sets change_type to the provided enum value.

Trait Implementations

impl Clone for IndexConfigDelta[src]

impl Debug for IndexConfigDelta[src]

impl Default for IndexConfigDelta[src]

impl Message for IndexConfigDelta[src]

impl PartialEq<IndexConfigDelta> for IndexConfigDelta[src]

impl StructuralPartialEq for IndexConfigDelta[src]

Auto Trait Implementations

impl RefUnwindSafe for IndexConfigDelta

impl Send for IndexConfigDelta

impl Sync for IndexConfigDelta

impl Unpin for IndexConfigDelta

impl UnwindSafe for IndexConfigDelta

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]