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