pub struct SetFontSizeCommand { /* private fields */ }Implementations§
Source§impl SetFontSizeCommand
impl SetFontSizeCommand
pub fn new(size: i32) -> Self
pub fn all(self, value: bool) -> Self
pub fn increment_op(self, value: impl Into<String>) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for SetFontSizeCommand
impl RefUnwindSafe for SetFontSizeCommand
impl Send for SetFontSizeCommand
impl Sync for SetFontSizeCommand
impl Unpin for SetFontSizeCommand
impl UnwindSafe for SetFontSizeCommand
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