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