pub struct RealtimeHistoryGeneration(/* private fields */);Expand description
History-generation identity preserved across release and resume.
Implementations§
Trait Implementations§
Source§impl Clone for RealtimeHistoryGeneration
impl Clone for RealtimeHistoryGeneration
Source§fn clone(&self) -> RealtimeHistoryGeneration
fn clone(&self) -> RealtimeHistoryGeneration
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 RealtimeHistoryGeneration
Source§impl Debug for RealtimeHistoryGeneration
impl Debug for RealtimeHistoryGeneration
impl Eq for RealtimeHistoryGeneration
Source§impl Hash for RealtimeHistoryGeneration
impl Hash for RealtimeHistoryGeneration
Source§impl Ord for RealtimeHistoryGeneration
impl Ord for RealtimeHistoryGeneration
Source§fn cmp(&self, other: &RealtimeHistoryGeneration) -> Ordering
fn cmp(&self, other: &RealtimeHistoryGeneration) -> 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 RealtimeHistoryGeneration
impl PartialOrd for RealtimeHistoryGeneration
impl StructuralPartialEq for RealtimeHistoryGeneration
Auto Trait Implementations§
impl Freeze for RealtimeHistoryGeneration
impl RefUnwindSafe for RealtimeHistoryGeneration
impl Send for RealtimeHistoryGeneration
impl Sync for RealtimeHistoryGeneration
impl Unpin for RealtimeHistoryGeneration
impl UnsafeUnpin for RealtimeHistoryGeneration
impl UnwindSafe for RealtimeHistoryGeneration
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