pub struct SendKeyResponse {
pub status: Option<Status>,
}Fields§
§status: Option<Status>Trait Implementations§
Source§impl Debug for SendKeyResponse
impl Debug for SendKeyResponse
Auto Trait Implementations§
impl Freeze for SendKeyResponse
impl RefUnwindSafe for SendKeyResponse
impl Send for SendKeyResponse
impl Sync for SendKeyResponse
impl Unpin for SendKeyResponse
impl UnwindSafe for SendKeyResponse
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