#[repr(C)]pub struct GraphId(/* private fields */);Expand description
The ID of the graph, taken from initialization.
Implementations§
Trait Implementations§
Source§impl ConstantTimeEq for GraphId
impl ConstantTimeEq for GraphId
Source§impl<'de> Deserialize<'de> for GraphId
impl<'de> Deserialize<'de> for GraphId
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<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>> for GraphId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>> for GraphId
Source§impl MaxSize for GraphId
impl MaxSize for GraphId
Source§const POSTCARD_MAX_SIZE: usize = 64usize
const POSTCARD_MAX_SIZE: usize = 64usize
The maximum possible size that the serialization of this
type can have, in bytes.
Source§impl Ord for GraphId
impl Ord for GraphId
Source§impl PartialOrd for GraphId
impl PartialOrd for GraphId
impl Copy for GraphId
impl Eq for GraphId
impl StructuralPartialEq for GraphId
Auto Trait Implementations§
impl Freeze for GraphId
impl RefUnwindSafe for GraphId
impl Send for GraphId
impl Sync for GraphId
impl Unpin for GraphId
impl UnwindSafe for GraphId
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