pub struct CopyOrInterruptAction;Implementations§
Source§impl CopyOrInterruptAction
impl CopyOrInterruptAction
pub fn new() -> ActionCommand
Auto Trait Implementations§
impl Freeze for CopyOrInterruptAction
impl RefUnwindSafe for CopyOrInterruptAction
impl Send for CopyOrInterruptAction
impl Sync for CopyOrInterruptAction
impl Unpin for CopyOrInterruptAction
impl UnwindSafe for CopyOrInterruptAction
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