#[repr(C)]pub struct Attributes {Show 15 fields
pub country: ByteArray,
pub organization: ByteArray,
pub organizationalUnit: ByteArray,
pub nameQualifier: ByteArray,
pub state: ByteArray,
pub commonName: ByteArray,
pub serialNumber: ByteArray,
pub locality: ByteArray,
pub title: ByteArray,
pub surname: ByteArray,
pub givenName: ByteArray,
pub initials: ByteArray,
pub pseudonym: ByteArray,
pub generationQualifier: ByteArray,
pub emailAddress: ByteArray,
}
Fields§
§country: ByteArray
§organization: ByteArray
§organizationalUnit: ByteArray
§nameQualifier: ByteArray
§state: ByteArray
§commonName: ByteArray
§serialNumber: ByteArray
§locality: ByteArray
§title: ByteArray
§surname: ByteArray
§givenName: ByteArray
§initials: ByteArray
§pseudonym: ByteArray
§generationQualifier: ByteArray
§emailAddress: ByteArray
Trait Implementations§
Source§impl Clone for Attributes
impl Clone for Attributes
Source§fn clone(&self) -> Attributes
fn clone(&self) -> Attributes
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 Attributes
impl Debug for Attributes
impl Copy for Attributes
Auto Trait Implementations§
impl Freeze for Attributes
impl RefUnwindSafe for Attributes
impl !Send for Attributes
impl !Sync for Attributes
impl Unpin for Attributes
impl UnwindSafe for Attributes
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