pub struct ActionModule { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ActionModule
impl !UnwindSafe for ActionModule
impl Freeze for ActionModule
impl Send for ActionModule
impl Sync for ActionModule
impl Unpin for ActionModule
impl UnsafeUnpin for ActionModule
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