pub struct ImplementationId(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl Clone for ImplementationId
impl Clone for ImplementationId
Source§fn clone(&self) -> ImplementationId
fn clone(&self) -> ImplementationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImplementationId
Source§impl Debug for ImplementationId
impl Debug for ImplementationId
Source§impl<'de> Deserialize<'de> for ImplementationId
impl<'de> Deserialize<'de> for ImplementationId
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
impl Eq for ImplementationId
Source§impl Hash for ImplementationId
impl Hash for ImplementationId
Source§impl Ord for ImplementationId
impl Ord for ImplementationId
Source§fn cmp(&self, other: &ImplementationId) -> Ordering
fn cmp(&self, other: &ImplementationId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ImplementationId
impl PartialEq for ImplementationId
Source§impl PartialOrd for ImplementationId
impl PartialOrd for ImplementationId
Source§impl Serialize for ImplementationId
impl Serialize for ImplementationId
impl StructuralPartialEq for ImplementationId
Auto Trait Implementations§
impl Freeze for ImplementationId
impl RefUnwindSafe for ImplementationId
impl Send for ImplementationId
impl Sync for ImplementationId
impl Unpin for ImplementationId
impl UnsafeUnpin for ImplementationId
impl UnwindSafe for ImplementationId
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