Struct p12::OtherAlgorithmIdentifier [−][src]
pub struct OtherAlgorithmIdentifier {
pub algorithm_type: ObjectIdentifier,
pub params: Option<Vec<u8>>,
}Fields
algorithm_type: ObjectIdentifierparams: Option<Vec<u8>>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OtherAlgorithmIdentifier
impl Send for OtherAlgorithmIdentifier
impl Sync for OtherAlgorithmIdentifier
impl Unpin for OtherAlgorithmIdentifier
impl UnwindSafe for OtherAlgorithmIdentifier
Blanket Implementations
Mutably borrows from an owned value. Read more