Struct gremlin_client::TlsOptions
source · pub struct TlsOptions {
pub accept_invalid_certs: bool,
}Fields§
§accept_invalid_certs: boolTrait Implementations§
source§impl Clone for TlsOptions
impl Clone for TlsOptions
source§fn clone(&self) -> TlsOptions
fn clone(&self) -> TlsOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for TlsOptions
impl Send for TlsOptions
impl Sync for TlsOptions
impl Unpin for TlsOptions
impl UnwindSafe for TlsOptions
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