pub struct X509AlgorithmRef(/* private fields */);
Expand description
A borrowed reference to a X509Algorithm
.
Implementations§
Source§impl X509AlgorithmRef
impl X509AlgorithmRef
Sourcepub fn object(&self) -> &Asn1ObjectRef
pub fn object(&self) -> &Asn1ObjectRef
Returns the ASN.1 OID of this algorithm.
Trait Implementations§
Source§impl AsMut<X509AlgorithmRef> for X509Algorithm
impl AsMut<X509AlgorithmRef> for X509Algorithm
Source§fn as_mut(&mut self) -> &mut X509AlgorithmRef
fn as_mut(&mut self) -> &mut X509AlgorithmRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<X509AlgorithmRef> for X509Algorithm
impl AsRef<X509AlgorithmRef> for X509Algorithm
Source§fn as_ref(&self) -> &X509AlgorithmRef
fn as_ref(&self) -> &X509AlgorithmRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<X509AlgorithmRef> for X509Algorithm
impl Borrow<X509AlgorithmRef> for X509Algorithm
Source§fn borrow(&self) -> &X509AlgorithmRef
fn borrow(&self) -> &X509AlgorithmRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<X509AlgorithmRef> for X509Algorithm
impl BorrowMut<X509AlgorithmRef> for X509Algorithm
Source§fn borrow_mut(&mut self) -> &mut X509AlgorithmRef
fn borrow_mut(&mut self) -> &mut X509AlgorithmRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for X509AlgorithmRef
impl ForeignTypeRef for X509AlgorithmRef
Source§type CType = X509_algor_st
type CType = X509_algor_st
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
impl Send for X509AlgorithmRef
impl Sync for X509AlgorithmRef
Auto Trait Implementations§
impl Freeze for X509AlgorithmRef
impl !RefUnwindSafe for X509AlgorithmRef
impl Unpin for X509AlgorithmRef
impl UnwindSafe for X509AlgorithmRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more