pub enum AlgorithmIdentifierType {
sha256,
sha1,
mgf1,
aes128_cbc,
}Variants§
Trait Implementations§
Source§impl BERDecodable for AlgorithmIdentifierType
impl BERDecodable for AlgorithmIdentifierType
Source§fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
Source§impl Clone for AlgorithmIdentifierType
impl Clone for AlgorithmIdentifierType
Source§fn clone(&self) -> AlgorithmIdentifierType
fn clone(&self) -> AlgorithmIdentifierType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlgorithmIdentifierType
impl Debug for AlgorithmIdentifierType
Source§impl<'a> From<&'a AlgorithmIdentifierType> for &'static ObjectIdentifier
impl<'a> From<&'a AlgorithmIdentifierType> for &'static ObjectIdentifier
Source§fn from(item: &'a AlgorithmIdentifierType) -> &'static ObjectIdentifier
fn from(item: &'a AlgorithmIdentifierType) -> &'static ObjectIdentifier
Converts to this type from the input type.
Source§impl Hash for AlgorithmIdentifierType
impl Hash for AlgorithmIdentifierType
Source§impl PartialEq for AlgorithmIdentifierType
impl PartialEq for AlgorithmIdentifierType
impl Eq for AlgorithmIdentifierType
impl StructuralPartialEq for AlgorithmIdentifierType
Auto Trait Implementations§
impl Freeze for AlgorithmIdentifierType
impl RefUnwindSafe for AlgorithmIdentifierType
impl Send for AlgorithmIdentifierType
impl Sync for AlgorithmIdentifierType
impl Unpin for AlgorithmIdentifierType
impl UnwindSafe for AlgorithmIdentifierType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)