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