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