pub struct OriginatorPublicKey {
pub algorithm: AlgorithmIdentifier,
pub public_key: BitString,
}
Expand description
Originator public key.
OriginatorPublicKey ::= SEQUENCE {
algorithm AlgorithmIdentifier,
publicKey BIT STRING }
Fields§
§algorithm: AlgorithmIdentifier
§public_key: BitString
Trait Implementations§
Source§impl Clone for OriginatorPublicKey
impl Clone for OriginatorPublicKey
Source§fn clone(&self) -> OriginatorPublicKey
fn clone(&self) -> OriginatorPublicKey
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 OriginatorPublicKey
impl Debug for OriginatorPublicKey
Source§impl PartialEq for OriginatorPublicKey
impl PartialEq for OriginatorPublicKey
impl Eq for OriginatorPublicKey
impl StructuralPartialEq for OriginatorPublicKey
Auto Trait Implementations§
impl !Freeze for OriginatorPublicKey
impl RefUnwindSafe for OriginatorPublicKey
impl Send for OriginatorPublicKey
impl Sync for OriginatorPublicKey
impl Unpin for OriginatorPublicKey
impl UnwindSafe for OriginatorPublicKey
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