pub struct CompoundId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CompoundId
impl Clone for CompoundId
Source§fn clone(&self) -> CompoundId
fn clone(&self) -> CompoundId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompoundId
impl Debug for CompoundId
Source§impl Default for CompoundId
impl Default for CompoundId
Source§impl<'de> Deserialize<'de> for CompoundId
impl<'de> Deserialize<'de> for CompoundId
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 Display for CompoundId
impl Display for CompoundId
Source§impl From<CompoundId> for NexId
impl From<CompoundId> for NexId
Source§fn from(id: CompoundId) -> Self
fn from(id: CompoundId) -> Self
Converts to this type from the input type.
Source§impl From<NexId> for CompoundId
impl From<NexId> for CompoundId
Source§impl Hash for CompoundId
impl Hash for CompoundId
Source§impl PartialEq for CompoundId
impl PartialEq for CompoundId
Source§impl Serialize for CompoundId
impl Serialize for CompoundId
impl Copy for CompoundId
impl Eq for CompoundId
impl StructuralPartialEq for CompoundId
Auto Trait Implementations§
impl Freeze for CompoundId
impl RefUnwindSafe for CompoundId
impl Send for CompoundId
impl Sync for CompoundId
impl Unpin for CompoundId
impl UnsafeUnpin for CompoundId
impl UnwindSafe for CompoundId
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