pub struct FlowDecisionSequence(/* private fields */);Expand description
Positive, execution-local ordering of selected transitions.
Implementations§
Source§impl FlowDecisionSequence
impl FlowDecisionSequence
Sourcepub fn new(value: u64) -> Result<Self, DomainError>
pub fn new(value: u64) -> Result<Self, DomainError>
Trait Implementations§
Source§impl Clone for FlowDecisionSequence
impl Clone for FlowDecisionSequence
Source§fn clone(&self) -> FlowDecisionSequence
fn clone(&self) -> FlowDecisionSequence
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 FlowDecisionSequence
Source§impl Debug for FlowDecisionSequence
impl Debug for FlowDecisionSequence
impl Eq for FlowDecisionSequence
Source§impl Hash for FlowDecisionSequence
impl Hash for FlowDecisionSequence
Source§impl Ord for FlowDecisionSequence
impl Ord for FlowDecisionSequence
Source§fn cmp(&self, other: &FlowDecisionSequence) -> Ordering
fn cmp(&self, other: &FlowDecisionSequence) -> 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 FlowDecisionSequence
impl PartialEq for FlowDecisionSequence
Source§impl PartialOrd for FlowDecisionSequence
impl PartialOrd for FlowDecisionSequence
impl StructuralPartialEq for FlowDecisionSequence
Auto Trait Implementations§
impl Freeze for FlowDecisionSequence
impl RefUnwindSafe for FlowDecisionSequence
impl Send for FlowDecisionSequence
impl Sync for FlowDecisionSequence
impl Unpin for FlowDecisionSequence
impl UnsafeUnpin for FlowDecisionSequence
impl UnwindSafe for FlowDecisionSequence
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