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