Struct openssl::asn1::Asn1ObjectRef
source · [−]pub struct Asn1ObjectRef(_);
Expand description
A reference to an 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
sourceimpl ToOwned for Asn1ObjectRef
impl ToOwned for Asn1ObjectRef
type Owned = Asn1Object
type Owned = Asn1Object
The resulting type after obtaining ownership.
sourcefn to_owned(&self) -> Asn1Object
fn to_owned(&self) -> Asn1Object
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · sourcefn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Send for Asn1ObjectRef
impl Sync for Asn1ObjectRef
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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