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