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<RepresentationId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RepresentationId, <__D as Deserializer<'de>>::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 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
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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