pub struct SessionSequence(/* private fields */);Expand description
A monotonically increasing, session-local record or event sequence.
Implementations§
Trait Implementations§
Source§impl Clone for SessionSequence
impl Clone for SessionSequence
Source§fn clone(&self) -> SessionSequence
fn clone(&self) -> SessionSequence
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 moreimpl Copy for SessionSequence
Source§impl Debug for SessionSequence
impl Debug for SessionSequence
Source§impl<'de> Deserialize<'de> for SessionSequence
impl<'de> Deserialize<'de> for SessionSequence
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 SessionSequence
impl Display for SessionSequence
impl Eq for SessionSequence
Source§impl FromStr for SessionSequence
impl FromStr for SessionSequence
Source§impl Hash for SessionSequence
impl Hash for SessionSequence
Source§impl Ord for SessionSequence
impl Ord for SessionSequence
Source§fn cmp(&self, other: &SessionSequence) -> Ordering
fn cmp(&self, other: &SessionSequence) -> 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 SessionSequence
impl PartialEq for SessionSequence
Source§impl PartialOrd for SessionSequence
impl PartialOrd for SessionSequence
Source§impl Serialize for SessionSequence
impl Serialize for SessionSequence
impl StructuralPartialEq for SessionSequence
Auto Trait Implementations§
impl Freeze for SessionSequence
impl RefUnwindSafe for SessionSequence
impl Send for SessionSequence
impl Sync for SessionSequence
impl Unpin for SessionSequence
impl UnsafeUnpin for SessionSequence
impl UnwindSafe for SessionSequence
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