pub struct JournalistLongTermKey;Expand description
Journalist self-signature over long-term public keys (step 3.1).
Trait Implementations§
Source§impl Clone for JournalistLongTermKey
impl Clone for JournalistLongTermKey
Source§fn clone(&self) -> JournalistLongTermKey
fn clone(&self) -> JournalistLongTermKey
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 JournalistLongTermKey
impl Debug for JournalistLongTermKey
Source§impl PartialEq for JournalistLongTermKey
impl PartialEq for JournalistLongTermKey
impl Copy for JournalistLongTermKey
impl DomainTag for JournalistLongTermKey
impl Eq for JournalistLongTermKey
impl StructuralPartialEq for JournalistLongTermKey
Auto Trait Implementations§
impl Freeze for JournalistLongTermKey
impl RefUnwindSafe for JournalistLongTermKey
impl Send for JournalistLongTermKey
impl Sync for JournalistLongTermKey
impl Unpin for JournalistLongTermKey
impl UnsafeUnpin for JournalistLongTermKey
impl UnwindSafe for JournalistLongTermKey
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
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more