Struct ExClientUnsafe
pub struct ExClientUnsafe<'a> { /* private fields */ }
Expand description
Default-param extender for TlsOptions::client_unsafe_ex
.
Implementations§
§impl<'a> ExClientUnsafe<'a>
impl<'a> ExClientUnsafe<'a>
pub fn trusted_chain( self, trusted_chain: impl AsObjectArg<X509Certificate>, ) -> ExClientUnsafe<'a>
pub fn done(self) -> Option<Gd<TlsOptions>>
Auto Trait Implementations§
impl<'a> Freeze for ExClientUnsafe<'a>
impl<'a> RefUnwindSafe for ExClientUnsafe<'a>
impl<'a> !Send for ExClientUnsafe<'a>
impl<'a> !Sync for ExClientUnsafe<'a>
impl<'a> Unpin for ExClientUnsafe<'a>
impl<'a> UnwindSafe for ExClientUnsafe<'a>
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