pub struct DecisionInputVersion(/* private fields */);Expand description
The version of the durable input contract one decider reads.
Implementations§
Trait Implementations§
Source§impl Clone for DecisionInputVersion
impl Clone for DecisionInputVersion
Source§fn clone(&self) -> DecisionInputVersion
fn clone(&self) -> DecisionInputVersion
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 DecisionInputVersion
Source§impl Debug for DecisionInputVersion
impl Debug for DecisionInputVersion
impl Eq for DecisionInputVersion
Source§impl Hash for DecisionInputVersion
impl Hash for DecisionInputVersion
Source§impl Ord for DecisionInputVersion
impl Ord for DecisionInputVersion
Source§fn cmp(&self, other: &DecisionInputVersion) -> Ordering
fn cmp(&self, other: &DecisionInputVersion) -> 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 DecisionInputVersion
impl PartialEq for DecisionInputVersion
Source§impl PartialOrd for DecisionInputVersion
impl PartialOrd for DecisionInputVersion
impl StructuralPartialEq for DecisionInputVersion
Auto Trait Implementations§
impl Freeze for DecisionInputVersion
impl RefUnwindSafe for DecisionInputVersion
impl Send for DecisionInputVersion
impl Sync for DecisionInputVersion
impl Unpin for DecisionInputVersion
impl UnsafeUnpin for DecisionInputVersion
impl UnwindSafe for DecisionInputVersion
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