Struct gapi_grpc::google::cloud::sql::v1beta4::FailoverContext[][src]

pub struct FailoverContext {
    pub settings_version: i64,
    pub kind: String,
}

Database instance failover context.

Fields

settings_version: i64

The current settings version of this instance. Request will be rejected if this version doesn’t match the current settings version.

kind: String

This is always sql#failoverContext.

Trait Implementations

impl Clone for FailoverContext[src]

impl Debug for FailoverContext[src]

impl Default for FailoverContext[src]

impl Message for FailoverContext[src]

impl PartialEq<FailoverContext> for FailoverContext[src]

impl StructuralPartialEq for FailoverContext[src]

Auto Trait Implementations

impl RefUnwindSafe for FailoverContext

impl Send for FailoverContext

impl Sync for FailoverContext

impl Unpin for FailoverContext

impl UnwindSafe for FailoverContext

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]