pub struct KeyReleaseMsg(pub Key);Expand description
KeyReleaseMsg represents a key release message.
Tuple Fields§
§0: KeyTrait Implementations§
Source§impl Clone for KeyReleaseMsg
impl Clone for KeyReleaseMsg
Source§fn clone(&self) -> KeyReleaseMsg
fn clone(&self) -> KeyReleaseMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyReleaseMsg
impl Debug for KeyReleaseMsg
Source§impl Display for KeyReleaseMsg
impl Display for KeyReleaseMsg
impl Eq for KeyReleaseMsg
Source§impl PartialEq for KeyReleaseMsg
impl PartialEq for KeyReleaseMsg
impl StructuralPartialEq for KeyReleaseMsg
Auto Trait Implementations§
impl Freeze for KeyReleaseMsg
impl RefUnwindSafe for KeyReleaseMsg
impl Send for KeyReleaseMsg
impl Sync for KeyReleaseMsg
impl Unpin for KeyReleaseMsg
impl UnsafeUnpin for KeyReleaseMsg
impl UnwindSafe for KeyReleaseMsg
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