pub enum StateMachineType {
Standard,
Express,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StateMachineType
impl Clone for StateMachineType
Source§fn clone(&self) -> StateMachineType
fn clone(&self) -> StateMachineType
Returns a duplicate of the value. Read more
1.0.0 · 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 StateMachineType
impl Debug for StateMachineType
Source§impl PartialEq for StateMachineType
impl PartialEq for StateMachineType
impl Copy for StateMachineType
impl Eq for StateMachineType
impl StructuralPartialEq for StateMachineType
Auto Trait Implementations§
impl Freeze for StateMachineType
impl RefUnwindSafe for StateMachineType
impl Send for StateMachineType
impl Sync for StateMachineType
impl Unpin for StateMachineType
impl UnsafeUnpin for StateMachineType
impl UnwindSafe for StateMachineType
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