pub struct LastUsedLayoutCommand { /* private fields */ }Implementations§
Source§impl LastUsedLayoutCommand
impl LastUsedLayoutCommand
Sourcepub fn builder() -> LastUsedLayoutCommandBuilder
pub fn builder() -> LastUsedLayoutCommandBuilder
Create an instance of LastUsedLayoutCommand using the builder syntax
Source§impl LastUsedLayoutCommand
impl LastUsedLayoutCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastUsedLayoutCommand
impl RefUnwindSafe for LastUsedLayoutCommand
impl Send for LastUsedLayoutCommand
impl Sync for LastUsedLayoutCommand
impl Unpin for LastUsedLayoutCommand
impl UnwindSafe for LastUsedLayoutCommand
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