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