pub struct OtherAlgorithmIdentifier {
pub algorithm_type: ObjectIdentifier,
pub params: Option<Vec<u8>>,
}Fields§
§algorithm_type: ObjectIdentifier§params: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for OtherAlgorithmIdentifier
impl Clone for OtherAlgorithmIdentifier
Source§fn clone(&self) -> OtherAlgorithmIdentifier
fn clone(&self) -> OtherAlgorithmIdentifier
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 OtherAlgorithmIdentifier
impl Debug for OtherAlgorithmIdentifier
Source§impl PartialEq for OtherAlgorithmIdentifier
impl PartialEq for OtherAlgorithmIdentifier
impl StructuralPartialEq for OtherAlgorithmIdentifier
Auto Trait Implementations§
impl Freeze for OtherAlgorithmIdentifier
impl RefUnwindSafe for OtherAlgorithmIdentifier
impl Send for OtherAlgorithmIdentifier
impl Sync for OtherAlgorithmIdentifier
impl Unpin for OtherAlgorithmIdentifier
impl UnwindSafe for OtherAlgorithmIdentifier
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