pub enum TlsaMatching {
Raw,
Sha256,
Sha512,
Private,
}Variants§
Trait Implementations§
Source§impl Clone for TlsaMatching
impl Clone for TlsaMatching
Source§fn clone(&self) -> TlsaMatching
fn clone(&self) -> TlsaMatching
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 TlsaMatching
impl Debug for TlsaMatching
Source§impl From<TlsaMatching> for Matching
impl From<TlsaMatching> for Matching
Source§fn from(matching: TlsaMatching) -> Self
fn from(matching: TlsaMatching) -> Self
Converts to this type from the input type.
Source§impl From<TlsaMatching> for u8
impl From<TlsaMatching> for u8
Source§fn from(matching: TlsaMatching) -> Self
fn from(matching: TlsaMatching) -> Self
Converts to this type from the input type.
Source§impl Hash for TlsaMatching
impl Hash for TlsaMatching
Source§impl PartialEq for TlsaMatching
impl PartialEq for TlsaMatching
impl Copy for TlsaMatching
impl Eq for TlsaMatching
impl StructuralPartialEq for TlsaMatching
Auto Trait Implementations§
impl Freeze for TlsaMatching
impl RefUnwindSafe for TlsaMatching
impl Send for TlsaMatching
impl Sync for TlsaMatching
impl Unpin for TlsaMatching
impl UnsafeUnpin for TlsaMatching
impl UnwindSafe for TlsaMatching
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.