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