#[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<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for GraphId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for GraphId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.