Struct openssl::x509::store::X509LookupMethodRef
source · pub struct X509LookupMethodRef<T>(/* private fields */);
Expand description
A reference to an X509LookupMethod
.
Trait Implementations§
source§impl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
source§fn as_ref(&self) -> &X509LookupMethodRef<T>
fn as_ref(&self) -> &X509LookupMethodRef<T>
Converts this type into a shared reference of the (usually inferred) input type.
source§impl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
source§fn borrow(&self) -> &X509LookupMethodRef<T>
fn borrow(&self) -> &X509LookupMethodRef<T>
Immutably borrows from an owned value. Read more
source§impl<T> ForeignTypeRef for X509LookupMethodRef<T>
impl<T> ForeignTypeRef for X509LookupMethodRef<T>
§type CType = X509_LOOKUP_METHOD
type CType = X509_LOOKUP_METHOD
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.
source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.
impl<T> Send for X509LookupMethodRef<T>
impl<T> Sync for X509LookupMethodRef<T>
Auto Trait Implementations§
impl<T> !Freeze for X509LookupMethodRef<T>
impl<T> !RefUnwindSafe for X509LookupMethodRef<T>
impl<T> Unpin for X509LookupMethodRef<T>where
T: Unpin,
impl<T> UnwindSafe for X509LookupMethodRef<T>where
T: UnwindSafe,
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