pub struct RepresentationId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RepresentationId
impl Clone for RepresentationId
Source§fn clone(&self) -> RepresentationId
fn clone(&self) -> RepresentationId
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 moreSource§impl Debug for RepresentationId
impl Debug for RepresentationId
Source§impl<'de> Deserialize<'de> for RepresentationId
impl<'de> Deserialize<'de> for RepresentationId
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 RepresentationId
impl Display for RepresentationId
impl Eq for RepresentationId
Source§impl From<RepresentationId> for String
impl From<RepresentationId> for String
Source§fn from(value: RepresentationId) -> Self
fn from(value: RepresentationId) -> Self
Converts to this type from the input type.
Source§impl Hash for RepresentationId
impl Hash for RepresentationId
Source§impl Ord for RepresentationId
impl Ord for RepresentationId
Source§fn cmp(&self, other: &RepresentationId) -> Ordering
fn cmp(&self, other: &RepresentationId) -> 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
Source§impl PartialEq for RepresentationId
impl PartialEq for RepresentationId
Source§fn eq(&self, other: &RepresentationId) -> bool
fn eq(&self, other: &RepresentationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RepresentationId
impl PartialOrd for RepresentationId
Source§impl Serialize for RepresentationId
impl Serialize for RepresentationId
impl StructuralPartialEq for RepresentationId
Auto Trait Implementations§
impl Freeze for RepresentationId
impl RefUnwindSafe for RepresentationId
impl Send for RepresentationId
impl Sync for RepresentationId
impl Unpin for RepresentationId
impl UnsafeUnpin for RepresentationId
impl UnwindSafe for RepresentationId
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