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