pub struct SetSpacingCommand { /* private fields */ }Implementations§
Source§impl SetSpacingCommand
impl SetSpacingCommand
Sourcepub fn builder() -> SetSpacingCommandBuilder
pub fn builder() -> SetSpacingCommandBuilder
Create an instance of SetSpacingCommand using the builder syntax
Source§impl SetSpacingCommand
impl SetSpacingCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
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