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