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