Struct openssl::x509::X509AlgorithmRef
source · [−]pub struct X509AlgorithmRef(_);
Expand description
Reference to X509Algorithm
.
Implementations
sourceimpl X509AlgorithmRef
impl X509AlgorithmRef
sourcepub fn object(&self) -> &Asn1ObjectRef
pub fn object(&self) -> &Asn1ObjectRef
Returns the ASN.1 OID of this algorithm.
Trait Implementations
sourceimpl AsRef<X509AlgorithmRef> for X509Algorithm
impl AsRef<X509AlgorithmRef> for X509Algorithm
sourcefn as_ref(&self) -> &X509AlgorithmRef
fn as_ref(&self) -> &X509AlgorithmRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<X509AlgorithmRef> for X509Algorithm
impl Borrow<X509AlgorithmRef> for X509Algorithm
sourcefn borrow(&self) -> &X509AlgorithmRef
fn borrow(&self) -> &X509AlgorithmRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for X509AlgorithmRef
impl ForeignTypeRef for X509AlgorithmRef
impl Send for X509AlgorithmRef
impl Sync for X509AlgorithmRef
Auto Trait Implementations
impl !RefUnwindSafe for X509AlgorithmRef
impl Unpin for X509AlgorithmRef
impl UnwindSafe for X509AlgorithmRef
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