#[repr(C)]pub struct TeamId(/* private fields */);Expand description
The Team ID (a.k.a Graph ID).
Implementations§
Trait Implementations§
Source§impl ConstantTimeEq for TeamId
impl ConstantTimeEq for TeamId
Source§impl<'de> Deserialize<'de> for TeamId
impl<'de> Deserialize<'de> for TeamId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for TeamId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for TeamId
Source§impl MaxSize for TeamId
impl MaxSize for TeamId
Source§const POSTCARD_MAX_SIZE: usize = 32usize
const POSTCARD_MAX_SIZE: usize = 32usize
The maximum possible size that the serialization of this
type can have, in bytes.
Source§impl Ord for TeamId
impl Ord for TeamId
Source§impl PartialOrd for TeamId
impl PartialOrd for TeamId
impl Copy for TeamId
impl Eq for TeamId
impl StructuralPartialEq for TeamId
Auto Trait Implementations§
impl Freeze for TeamId
impl RefUnwindSafe for TeamId
impl Send for TeamId
impl Sync for TeamId
impl Unpin for TeamId
impl UnwindSafe for TeamId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more