#[repr(transparent)]pub struct SequenceId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for SequenceId
impl Clone for SequenceId
Source§fn clone(&self) -> SequenceId
fn clone(&self) -> SequenceId
Returns a duplicate of the value. Read more
1.0.0 · 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 SequenceId
impl Debug for SequenceId
Source§impl Deref for SequenceId
impl Deref for SequenceId
Source§impl<'de> Deserialize<'de> for SequenceId
impl<'de> Deserialize<'de> for SequenceId
Source§fn deserialize<D>(deserializer: D) -> Result<SequenceId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<SequenceId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SequenceId
impl Hash for SequenceId
Source§impl Ord for SequenceId
impl Ord for SequenceId
Source§fn cmp(&self, other: &SequenceId) -> Ordering
fn cmp(&self, other: &SequenceId) -> Ordering
1.21.0 · 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<u64> for SequenceId
impl PartialEq<u64> for SequenceId
Source§impl PartialEq for SequenceId
impl PartialEq for SequenceId
Source§impl PartialOrd for SequenceId
impl PartialOrd for SequenceId
Source§impl Serialize for SequenceId
impl Serialize for SequenceId
impl Copy for SequenceId
impl Eq for SequenceId
impl StructuralPartialEq for SequenceId
Auto Trait Implementations§
impl Freeze for SequenceId
impl RefUnwindSafe for SequenceId
impl Send for SequenceId
impl Sync for SequenceId
impl Unpin for SequenceId
impl UnwindSafe for SequenceId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.