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