Struct kitty_remote_bindings::SendTextOptions
source · pub struct SendTextOptions { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for SendTextOptions
impl Debug for SendTextOptions
source§impl Default for SendTextOptions
impl Default for SendTextOptions
source§fn default() -> SendTextOptions
fn default() -> SendTextOptions
Returns the “default value” for a type. Read more
source§impl From<&SendTextOptions> for Command
impl From<&SendTextOptions> for Command
source§fn from(value: &SendTextOptions) -> Self
fn from(value: &SendTextOptions) -> Self
Converts to this type from the input type.
source§impl PartialEq for SendTextOptions
impl PartialEq for SendTextOptions
source§fn eq(&self, other: &SendTextOptions) -> bool
fn eq(&self, other: &SendTextOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SendTextOptions
Auto Trait Implementations§
impl RefUnwindSafe for SendTextOptions
impl Send for SendTextOptions
impl Sync for SendTextOptions
impl Unpin for SendTextOptions
impl UnwindSafe for SendTextOptions
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