Struct openssl::asn1::Asn1ObjectRef
source · [−]pub struct Asn1ObjectRef(_);
Expand description
Reference to Asn1Object
Implementations
sourceimpl Asn1ObjectRef
impl Asn1ObjectRef
Trait Implementations
sourceimpl AsRef<Asn1ObjectRef> for Asn1Object
impl AsRef<Asn1ObjectRef> for Asn1Object
sourcefn as_ref(&self) -> &Asn1ObjectRef
fn as_ref(&self) -> &Asn1ObjectRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<Asn1ObjectRef> for Asn1Object
impl Borrow<Asn1ObjectRef> for Asn1Object
sourcefn borrow(&self) -> &Asn1ObjectRef
fn borrow(&self) -> &Asn1ObjectRef
Immutably borrows from an owned value. Read more
sourceimpl Debug for Asn1ObjectRef
impl Debug for Asn1ObjectRef
sourceimpl Display for Asn1ObjectRef
impl Display for Asn1ObjectRef
sourceimpl ForeignTypeRef for Asn1ObjectRef
impl ForeignTypeRef for Asn1ObjectRef
impl Send for Asn1ObjectRef
impl Sync for Asn1ObjectRef
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more