pub struct GotoLayoutCommand { /* private fields */ }Implementations§
Source§impl GotoLayoutCommand
impl GotoLayoutCommand
pub fn new(layout: impl Into<String>) -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
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