pub struct SHARED_METHODS { /* private fields */ }
Methods from Deref<Target = TlsClientSharedMethods>§
Trait Implementations§
Source§impl Deref for SHARED_METHODS
impl Deref for SHARED_METHODS
Source§type Target = TlsClientSharedMethods
type Target = TlsClientSharedMethods
The resulting type after dereferencing.
Source§fn deref(&self) -> &TlsClientSharedMethods
fn deref(&self) -> &TlsClientSharedMethods
Dereferences the value.
impl LazyStatic for SHARED_METHODS
Auto Trait Implementations§
impl Freeze for SHARED_METHODS
impl RefUnwindSafe for SHARED_METHODS
impl Send for SHARED_METHODS
impl Sync for SHARED_METHODS
impl Unpin for SHARED_METHODS
impl UnwindSafe for SHARED_METHODS
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