pub struct CommandFsmHandle { /* private fields */ }Expand description
Handle that contains, starts and runs the CommandFsmActor.
Implementations§
Source§impl CommandFsmHandle
impl CommandFsmHandle
Auto Trait Implementations§
impl Freeze for CommandFsmHandle
impl RefUnwindSafe for CommandFsmHandle
impl Send for CommandFsmHandle
impl Sync for CommandFsmHandle
impl Unpin for CommandFsmHandle
impl UnsafeUnpin for CommandFsmHandle
impl UnwindSafe for CommandFsmHandle
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