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<RepetitionId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RepetitionId, <__D as Deserializer<'de>>::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 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
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 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