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