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