pub struct SignerIdentifier {
pub issuer: String,
pub serial_number: String,
}
Expand description
Signer identifier
Fields§
§issuer: String
Issuer distinguished name
serial_number: String
Serial number (hex)
Trait Implementations§
Source§impl Clone for SignerIdentifier
impl Clone for SignerIdentifier
Source§fn clone(&self) -> SignerIdentifier
fn clone(&self) -> SignerIdentifier
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 moreAuto Trait Implementations§
impl Freeze for SignerIdentifier
impl RefUnwindSafe for SignerIdentifier
impl Send for SignerIdentifier
impl Sync for SignerIdentifier
impl Unpin for SignerIdentifier
impl UnwindSafe for SignerIdentifier
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