[−][src]Struct keybase_protocol::protocol::keybase1::teams::TeamSigChainState
Fields
reader: Option<UserVersion>id: Option<TeamID>implicit: Option<bool>public: Option<bool>rootAncestor: Option<TeamName>nameDepth: Option<i32>nameLog: Option<Vec<TeamNameLogPoint>>lastSeqno: Option<Seqno>lastLinkID: Option<LinkID>lastHighSeqno: Option<Seqno>lastHighLinkID: Option<LinkID>parentID: Option<TeamID>userLog: Option<HashMap<UserVersion, Vec<UserLogPoint>>>subteamLog: Option<HashMap<TeamID, Vec<SubteamLogPoint>>>perTeamKeys: Option<HashMap<PerTeamKeyGeneration, PerTeamKey>>maxPerTeamKeyGeneration: Option<PerTeamKeyGeneration>perTeamKeyCTime: Option<UnixTime>linkIDs: Option<HashMap<Seqno, LinkID>>stubbedLinks: Option<HashMap<Seqno, bool>>activeInvites: Option<HashMap<TeamInviteID, TeamInvite>>obsoleteInvites: Option<HashMap<TeamInviteID, TeamInvite>>open: Option<bool>openTeamJoinAs: Option<TeamRole>bots: Option<HashMap<UserVersion, TeamBotSettings>>tlfIDs: Option<Vec<TLFID>>tlfLegacyUpgrade: Option<HashMap<TeamApplication, TeamLegacyTLFUpgradeChainInfo>>headMerkle: Option<MerkleRootV2>merkleRoots: Option<HashMap<Seqno, MerkleRootV2>>Trait Implementations
impl Debug for TeamSigChainState[src]
impl Serialize for TeamSigChainState[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for TeamSigChainState[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Unpin for TeamSigChainState
impl Sync for TeamSigChainState
impl Send for TeamSigChainState
impl UnwindSafe for TeamSigChainState
impl RefUnwindSafe for TeamSigChainState
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,