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