pub enum DigestedObjectType {
PublicKey = 0,
PublicKeyCert = 1,
OtherObjectTypes = 2,
}
Variants§
Trait Implementations§
source§impl Clone for DigestedObjectType
impl Clone for DigestedObjectType
source§fn clone(&self) -> DigestedObjectType
fn clone(&self) -> DigestedObjectType
Returns a copy 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 DigestedObjectType
impl Debug for DigestedObjectType
source§impl PartialEq for DigestedObjectType
impl PartialEq for DigestedObjectType
source§fn eq(&self, other: &DigestedObjectType) -> bool
fn eq(&self, other: &DigestedObjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DigestedObjectType
impl StructuralEq for DigestedObjectType
impl StructuralPartialEq for DigestedObjectType
Auto Trait Implementations§
impl RefUnwindSafe for DigestedObjectType
impl Send for DigestedObjectType
impl Sync for DigestedObjectType
impl Unpin for DigestedObjectType
impl UnwindSafe for DigestedObjectType
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<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
§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
Compare self to
key
and return true
if they are equal.