Struct openssl::x509::X509NameRef [−]
pub struct X509NameRef(_);
Reference to X509Name
.
Methods
impl X509NameRef
[src]
impl X509NameRef
ⓘImportant traits for X509NameEntries<'a>pub fn entries_by_nid<'a>(&'a self, nid: Nid) -> X509NameEntries<'a>
[src]
ⓘImportant traits for X509NameEntries<'a>
pub fn entries_by_nid<'a>(&'a self, nid: Nid) -> X509NameEntries<'a>
Returns the name entries by the nid.
Trait Implementations
impl Borrow<X509NameRef> for X509Name
impl Borrow<X509NameRef> for X509Name
fn borrow(&self) -> &X509NameRef
fn borrow(&self) -> &X509NameRef
Immutably borrows from an owned value. Read more
impl AsRef<X509NameRef> for X509Name
impl AsRef<X509NameRef> for X509Name
fn as_ref(&self) -> &X509NameRef
fn as_ref(&self) -> &X509NameRef
Performs the conversion.
impl ForeignTypeRef for X509NameRef
impl ForeignTypeRef for X509NameRef
type CType = X509_NAME
The raw C type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType
[src]
fn as_ptr(&self) -> *mut Self::CType
Returns a raw pointer to the wrapped value.
impl Send for X509NameRef
[src]
impl Send for X509NameRef
impl Sync for X509NameRef
[src]
impl Sync for X509NameRef