Struct openssl::x509::X509ObjectRef
source · pub struct X509ObjectRef(_);
Expand description
Reference to X509Object
Implementations§
Trait Implementations§
source§impl AsRef<X509ObjectRef> for X509Object
impl AsRef<X509ObjectRef> for X509Object
source§fn as_ref(&self) -> &X509ObjectRef
fn as_ref(&self) -> &X509ObjectRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<X509ObjectRef> for X509Object
impl Borrow<X509ObjectRef> for X509Object
source§fn borrow(&self) -> &X509ObjectRef
fn borrow(&self) -> &X509ObjectRef
Immutably borrows from an owned value. Read more