pub struct ContextId(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl<'de> Deserialize<'de> for ContextId
impl<'de> Deserialize<'de> for ContextId
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 PartialEq for ContextId
impl PartialEq for ContextId
impl Copy for ContextId
impl Eq for ContextId
impl StructuralPartialEq for ContextId
Auto Trait Implementations§
impl Freeze for ContextId
impl RefUnwindSafe for ContextId
impl Send for ContextId
impl Sync for ContextId
impl Unpin for ContextId
impl UnwindSafe for ContextId
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