pub struct ConsulGatewayTlsConfig {
pub cipher_suites: Option<Vec<String>>,
pub enabled: Option<bool>,
pub tls_max_version: Option<String>,
pub tls_min_version: Option<String>,
}Fields§
§cipher_suites: Option<Vec<String>>§enabled: Option<bool>§tls_max_version: Option<String>§tls_min_version: Option<String>Trait Implementations§
Source§impl Clone for ConsulGatewayTlsConfig
impl Clone for ConsulGatewayTlsConfig
Source§fn clone(&self) -> ConsulGatewayTlsConfig
fn clone(&self) -> ConsulGatewayTlsConfig
Returns a duplicate 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 ConsulGatewayTlsConfig
impl Debug for ConsulGatewayTlsConfig
Source§impl Default for ConsulGatewayTlsConfig
impl Default for ConsulGatewayTlsConfig
Source§fn default() -> ConsulGatewayTlsConfig
fn default() -> ConsulGatewayTlsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsulGatewayTlsConfig
impl<'de> Deserialize<'de> for ConsulGatewayTlsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ConsulGatewayTlsConfig
impl PartialEq for ConsulGatewayTlsConfig
Source§impl Serialize for ConsulGatewayTlsConfig
impl Serialize for ConsulGatewayTlsConfig
impl StructuralPartialEq for ConsulGatewayTlsConfig
Auto Trait Implementations§
impl Freeze for ConsulGatewayTlsConfig
impl RefUnwindSafe for ConsulGatewayTlsConfig
impl Send for ConsulGatewayTlsConfig
impl Sync for ConsulGatewayTlsConfig
impl Unpin for ConsulGatewayTlsConfig
impl UnwindSafe for ConsulGatewayTlsConfig
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