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