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