Struct webpki::signed_data::AlgorithmIdentifier
source · struct AlgorithmIdentifier {
asn1_id_value: Input<'static>,
}
Fields§
§asn1_id_value: Input<'static>
Implementations§
source§impl AlgorithmIdentifier
impl AlgorithmIdentifier
fn matches_algorithm_id_value(&self, encoded: Input<'_>) -> bool
Auto Trait Implementations§
impl Freeze for AlgorithmIdentifier
impl RefUnwindSafe for AlgorithmIdentifier
impl Send for AlgorithmIdentifier
impl Sync for AlgorithmIdentifier
impl Unpin for AlgorithmIdentifier
impl UnwindSafe for AlgorithmIdentifier
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