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