Enum gapi_grpc::google::cloud::domains::v1beta1::TransferLockState[][src]

#[repr(i32)]pub enum TransferLockState {
    Unspecified,
    Unlocked,
    Locked,
}

Possible states of a Registration’s transfer lock.

Variants

Unspecified

The state is unspecified.

Unlocked

The domain is unlocked and can be transferred to another registrar.

Locked

The domain is locked and cannot be transferred to another registrar.

Implementations

impl TransferLockState[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of TransferLockState.

pub fn from_i32(value: i32) -> Option<TransferLockState>[src]

Converts an i32 to a TransferLockState, or None if value is not a valid variant.

Trait Implementations

impl Clone for TransferLockState[src]

impl Copy for TransferLockState[src]

impl Debug for TransferLockState[src]

impl Default for TransferLockState[src]

impl Eq for TransferLockState[src]

impl From<TransferLockState> for i32[src]

impl Hash for TransferLockState[src]

impl Ord for TransferLockState[src]

impl PartialEq<TransferLockState> for TransferLockState[src]

impl PartialOrd<TransferLockState> for TransferLockState[src]

impl StructuralEq for TransferLockState[src]

impl StructuralPartialEq for TransferLockState[src]

Auto Trait Implementations

impl RefUnwindSafe for TransferLockState

impl Send for TransferLockState

impl Sync for TransferLockState

impl Unpin for TransferLockState

impl UnwindSafe for TransferLockState

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]