Struct rxqlite_client::RSQliteClientTlsConfig
source · pub struct RSQliteClientTlsConfig {
pub cert_paths: Vec<String>,
pub accept_invalid_certificates: bool,
}Fields§
§cert_paths: Vec<String>§accept_invalid_certificates: boolImplementations§
source§impl RSQliteClientTlsConfig
impl RSQliteClientTlsConfig
pub fn accept_invalid_certificates( self, accept_invalid_certificates: bool ) -> RSQliteClientTlsConfig
pub fn add_cert_path(self, cert_path: String) -> RSQliteClientTlsConfig
Trait Implementations§
source§impl Clone for RSQliteClientTlsConfig
impl Clone for RSQliteClientTlsConfig
source§fn clone(&self) -> RSQliteClientTlsConfig
fn clone(&self) -> RSQliteClientTlsConfig
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 moresource§impl Debug for RSQliteClientTlsConfig
impl Debug for RSQliteClientTlsConfig
source§impl Default for RSQliteClientTlsConfig
impl Default for RSQliteClientTlsConfig
source§fn default() -> RSQliteClientTlsConfig
fn default() -> RSQliteClientTlsConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RSQliteClientTlsConfig
impl<'de> Deserialize<'de> for RSQliteClientTlsConfig
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<RSQliteClientTlsConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<RSQliteClientTlsConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RSQliteClientTlsConfig
impl PartialEq for RSQliteClientTlsConfig
source§fn eq(&self, other: &RSQliteClientTlsConfig) -> bool
fn eq(&self, other: &RSQliteClientTlsConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RSQliteClientTlsConfig
impl Serialize for RSQliteClientTlsConfig
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for RSQliteClientTlsConfig
impl StructuralPartialEq for RSQliteClientTlsConfig
Auto Trait Implementations§
impl Freeze for RSQliteClientTlsConfig
impl RefUnwindSafe for RSQliteClientTlsConfig
impl Send for RSQliteClientTlsConfig
impl Sync for RSQliteClientTlsConfig
impl Unpin for RSQliteClientTlsConfig
impl UnwindSafe for RSQliteClientTlsConfig
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.