pub struct SetSpacingCommand { /* private fields */ }Implementations§
Source§impl SetSpacingCommand
impl SetSpacingCommand
pub fn new(settings: Map<String, Value>) -> Self
pub fn match_window(self, spec: impl Into<String>) -> Self
pub fn match_tab(self, spec: impl Into<String>) -> Self
pub fn all(self, value: bool) -> Self
pub fn configured(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for SetSpacingCommand
impl RefUnwindSafe for SetSpacingCommand
impl Send for SetSpacingCommand
impl Sync for SetSpacingCommand
impl Unpin for SetSpacingCommand
impl UnwindSafe for SetSpacingCommand
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