pub struct OrderStatusLts;Implementations§
Source§impl OrderStatusLts
impl OrderStatusLts
pub const fn transition( self, source: OrderStatus, label: OrderTransitionLabel, ) -> Option<OrderStatus>
pub fn execute( self, start: OrderStatus, trace: &[OrderTransitionLabel], ) -> Option<Vec<OrderStatus>>
Trait Implementations§
Source§impl Clone for OrderStatusLts
impl Clone for OrderStatusLts
Source§fn clone(&self) -> OrderStatusLts
fn clone(&self) -> OrderStatusLts
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 OrderStatusLts
impl Debug for OrderStatusLts
Source§impl Default for OrderStatusLts
impl Default for OrderStatusLts
Source§fn default() -> OrderStatusLts
fn default() -> OrderStatusLts
Returns the “default value” for a type. Read more
Source§impl PartialEq for OrderStatusLts
impl PartialEq for OrderStatusLts
Source§fn eq(&self, other: &OrderStatusLts) -> bool
fn eq(&self, other: &OrderStatusLts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OrderStatusLts
impl Eq for OrderStatusLts
impl StructuralPartialEq for OrderStatusLts
Auto Trait Implementations§
impl Freeze for OrderStatusLts
impl RefUnwindSafe for OrderStatusLts
impl Send for OrderStatusLts
impl Sync for OrderStatusLts
impl Unpin for OrderStatusLts
impl UnsafeUnpin for OrderStatusLts
impl UnwindSafe for OrderStatusLts
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