pub struct NewLongTermKey { /* private fields */ }Expand description
New Long Term Key Event
Implementations§
Source§impl NewLongTermKey
impl NewLongTermKey
pub fn store_hint(&self) -> &bool
pub fn key(&self) -> &LongTermKey
Trait Implementations§
Source§impl Clone for NewLongTermKey
impl Clone for NewLongTermKey
Source§fn clone(&self) -> NewLongTermKey
fn clone(&self) -> NewLongTermKey
Returns a duplicate of the value. Read more
1.0.0 · 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 NewLongTermKey
impl Debug for NewLongTermKey
Source§impl From<NewLongTermKey> for Event
impl From<NewLongTermKey> for Event
Source§fn from(v: NewLongTermKey) -> Self
fn from(v: NewLongTermKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewLongTermKey
impl RefUnwindSafe for NewLongTermKey
impl Send for NewLongTermKey
impl Sync for NewLongTermKey
impl Unpin for NewLongTermKey
impl UnwindSafe for NewLongTermKey
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