pub struct StateMachineBool { /* private fields */ }
Trait Implementations§
Source§impl Debug for StateMachineBool
impl Debug for StateMachineBool
Source§impl Default for StateMachineBool
impl Default for StateMachineBool
Source§fn default() -> StateMachineBool
fn default() -> StateMachineBool
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StateMachineBool
impl !RefUnwindSafe for StateMachineBool
impl Send for StateMachineBool
impl !Sync for StateMachineBool
impl Unpin for StateMachineBool
impl UnwindSafe for StateMachineBool
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