pub struct LegacyKeySig {
pub key: LegacyPk,
pub sig: LegacySig,
}
Fields§
§key: LegacyPk
§sig: LegacySig
Implementations§
Source§impl LegacyKeySig
impl LegacyKeySig
pub fn new(key: LegacyPk, sig: LegacySig) -> LegacyKeySig
Trait Implementations§
Source§impl Clone for LegacyKeySig
impl Clone for LegacyKeySig
Source§fn clone(&self) -> LegacyKeySig
fn clone(&self) -> LegacyKeySig
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 LegacyKeySig
impl Debug for LegacyKeySig
Source§impl PartialEq for LegacyKeySig
impl PartialEq for LegacyKeySig
impl Copy for LegacyKeySig
impl Eq for LegacyKeySig
impl StructuralPartialEq for LegacyKeySig
Auto Trait Implementations§
impl Freeze for LegacyKeySig
impl RefUnwindSafe for LegacyKeySig
impl Send for LegacyKeySig
impl Sync for LegacyKeySig
impl Unpin for LegacyKeySig
impl UnwindSafe for LegacyKeySig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.