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