pub struct RealtimePayloadGeneration(/* private fields */);Expand description
Process-local coordinate-history generation bound to every retained payload.
Implementations§
Trait Implementations§
Source§impl Clone for RealtimePayloadGeneration
impl Clone for RealtimePayloadGeneration
Source§fn clone(&self) -> RealtimePayloadGeneration
fn clone(&self) -> RealtimePayloadGeneration
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 RealtimePayloadGeneration
Source§impl Debug for RealtimePayloadGeneration
impl Debug for RealtimePayloadGeneration
impl Eq for RealtimePayloadGeneration
Source§impl Hash for RealtimePayloadGeneration
impl Hash for RealtimePayloadGeneration
Source§impl Ord for RealtimePayloadGeneration
impl Ord for RealtimePayloadGeneration
Source§fn cmp(&self, other: &RealtimePayloadGeneration) -> Ordering
fn cmp(&self, other: &RealtimePayloadGeneration) -> 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 RealtimePayloadGeneration
impl PartialOrd for RealtimePayloadGeneration
impl StructuralPartialEq for RealtimePayloadGeneration
Auto Trait Implementations§
impl Freeze for RealtimePayloadGeneration
impl RefUnwindSafe for RealtimePayloadGeneration
impl Send for RealtimePayloadGeneration
impl Sync for RealtimePayloadGeneration
impl Unpin for RealtimePayloadGeneration
impl UnsafeUnpin for RealtimePayloadGeneration
impl UnwindSafe for RealtimePayloadGeneration
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