[][src]Struct keybase_protocol::protocol::keybase1::teams::AnnotatedMemberInfo

pub struct AnnotatedMemberInfo {
    pub userID: Option<UID>,
    pub teamID: Option<TeamID>,
    pub username: Option<String>,
    pub fullName: Option<String>,
    pub fqName: Option<String>,
    pub isImplicitTeam: Option<bool>,
    pub impTeamDisplayName: Option<String>,
    pub isOpenTeam: Option<bool>,
    pub role: Option<TeamRole>,
    pub implicit: Option<ImplicitRole>,
    pub needsPUK: Option<bool>,
    pub memberCount: Option<i32>,
    pub eldestSeqno: Option<Seqno>,
    pub allowProfilePromote: Option<bool>,
    pub isMemberShowcased: Option<bool>,
    pub status: Option<TeamMemberStatus>,
}

Fields

userID: Option<UID>teamID: Option<TeamID>username: Option<String>fullName: Option<String>fqName: Option<String>isImplicitTeam: Option<bool>impTeamDisplayName: Option<String>isOpenTeam: Option<bool>role: Option<TeamRole>implicit: Option<ImplicitRole>needsPUK: Option<bool>memberCount: Option<i32>eldestSeqno: Option<Seqno>allowProfilePromote: Option<bool>isMemberShowcased: Option<bool>status: Option<TeamMemberStatus>

Trait Implementations

impl Debug for AnnotatedMemberInfo[src]

impl Serialize for AnnotatedMemberInfo[src]

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

Auto Trait Implementations

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]