Struct aws_sdk_cloudfront::error::InvalidProtocolSettings
source · #[non_exhaustive]pub struct InvalidProtocolSettings { /* private fields */ }
Expand description
You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).
Implementations§
source§impl InvalidProtocolSettings
impl InvalidProtocolSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidProtocolSettings
.
Trait Implementations§
source§impl Clone for InvalidProtocolSettings
impl Clone for InvalidProtocolSettings
source§fn clone(&self) -> InvalidProtocolSettings
fn clone(&self) -> InvalidProtocolSettings
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 InvalidProtocolSettings
impl Debug for InvalidProtocolSettings
source§impl Display for InvalidProtocolSettings
impl Display for InvalidProtocolSettings
source§impl Error for InvalidProtocolSettings
impl Error for InvalidProtocolSettings
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidProtocolSettings> for InvalidProtocolSettings
impl PartialEq<InvalidProtocolSettings> for InvalidProtocolSettings
source§fn eq(&self, other: &InvalidProtocolSettings) -> bool
fn eq(&self, other: &InvalidProtocolSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.