pub struct RealtimeSessionIncarnation(/* private fields */);Expand description
Monotonically allocated identity for one newly registered session.
Implementations§
Trait Implementations§
Source§impl Clone for RealtimeSessionIncarnation
impl Clone for RealtimeSessionIncarnation
Source§fn clone(&self) -> RealtimeSessionIncarnation
fn clone(&self) -> RealtimeSessionIncarnation
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 RealtimeSessionIncarnation
Source§impl Debug for RealtimeSessionIncarnation
impl Debug for RealtimeSessionIncarnation
impl Eq for RealtimeSessionIncarnation
Source§impl Hash for RealtimeSessionIncarnation
impl Hash for RealtimeSessionIncarnation
Source§impl Ord for RealtimeSessionIncarnation
impl Ord for RealtimeSessionIncarnation
Source§fn cmp(&self, other: &RealtimeSessionIncarnation) -> Ordering
fn cmp(&self, other: &RealtimeSessionIncarnation) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RealtimeSessionIncarnation
impl PartialOrd for RealtimeSessionIncarnation
impl StructuralPartialEq for RealtimeSessionIncarnation
Auto Trait Implementations§
impl Freeze for RealtimeSessionIncarnation
impl RefUnwindSafe for RealtimeSessionIncarnation
impl Send for RealtimeSessionIncarnation
impl Sync for RealtimeSessionIncarnation
impl Unpin for RealtimeSessionIncarnation
impl UnsafeUnpin for RealtimeSessionIncarnation
impl UnwindSafe for RealtimeSessionIncarnation
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