Struct openssl::x509::X509ObjectRef
source · [−]pub struct X509ObjectRef(_);
Expand description
Reference to X509Object
Implementations
Trait Implementations
sourceimpl AsRef<X509ObjectRef> for X509Object
impl AsRef<X509ObjectRef> for X509Object
sourcefn as_ref(&self) -> &X509ObjectRef
fn as_ref(&self) -> &X509ObjectRef
Performs the conversion.
sourceimpl Borrow<X509ObjectRef> for X509Object
impl Borrow<X509ObjectRef> for X509Object
sourcefn borrow(&self) -> &X509ObjectRef
fn borrow(&self) -> &X509ObjectRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for X509ObjectRef
impl ForeignTypeRef for X509ObjectRef
impl Send for X509ObjectRef
impl Sync for X509ObjectRef
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more