[][src]Enum keybase_protocol::protocol::keybase1::common::SeqType

#[repr(u8)]
pub enum SeqType {
    None_0,
    Public_1,
    Private_2,
    Semiprivate_3,
    User_private_hidden_16,
    Team_private_hidden_17,
}

Variants

None_0
Public_1
Private_2
Semiprivate_3
User_private_hidden_16
Team_private_hidden_17

Trait Implementations

impl Eq for SeqType[src]

impl PartialEq<SeqType> for SeqType[src]

impl Hash for SeqType[src]

impl Debug for SeqType[src]

impl Serialize for SeqType[src]

impl<'de> Deserialize<'de> for SeqType[src]

Auto Trait Implementations

impl Send for SeqType

impl Unpin for SeqType

impl Sync for SeqType

impl UnwindSafe for SeqType

impl RefUnwindSafe for SeqType

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]