pub struct DeciderRevision(/* private fields */);Expand description
An application-owned revision token for one deterministic decider.
Implementations§
Trait Implementations§
Source§impl Clone for DeciderRevision
impl Clone for DeciderRevision
Source§fn clone(&self) -> DeciderRevision
fn clone(&self) -> DeciderRevision
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 moreSource§impl Debug for DeciderRevision
impl Debug for DeciderRevision
impl Eq for DeciderRevision
Source§impl Hash for DeciderRevision
impl Hash for DeciderRevision
Source§impl Ord for DeciderRevision
impl Ord for DeciderRevision
Source§fn cmp(&self, other: &DeciderRevision) -> Ordering
fn cmp(&self, other: &DeciderRevision) -> 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 DeciderRevision
impl PartialEq for DeciderRevision
Source§impl PartialOrd for DeciderRevision
impl PartialOrd for DeciderRevision
impl StructuralPartialEq for DeciderRevision
Auto Trait Implementations§
impl Freeze for DeciderRevision
impl RefUnwindSafe for DeciderRevision
impl Send for DeciderRevision
impl Sync for DeciderRevision
impl Unpin for DeciderRevision
impl UnsafeUnpin for DeciderRevision
impl UnwindSafe for DeciderRevision
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