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
sourceimpl InvalidProtocolSettings
impl InvalidProtocolSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidProtocolSettings
.
Trait Implementations
sourceimpl Clone for InvalidProtocolSettings
impl Clone for InvalidProtocolSettings
sourcefn clone(&self) -> InvalidProtocolSettings
fn clone(&self) -> InvalidProtocolSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidProtocolSettings
impl Debug for InvalidProtocolSettings
sourceimpl Display for InvalidProtocolSettings
impl Display for InvalidProtocolSettings
sourceimpl Error for InvalidProtocolSettings
impl Error for InvalidProtocolSettings
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidProtocolSettings> for InvalidProtocolSettings
impl PartialEq<InvalidProtocolSettings> for InvalidProtocolSettings
sourcefn eq(&self, other: &InvalidProtocolSettings) -> bool
fn eq(&self, other: &InvalidProtocolSettings) -> bool
impl StructuralPartialEq for InvalidProtocolSettings
Auto Trait Implementations
impl RefUnwindSafe for InvalidProtocolSettings
impl Send for InvalidProtocolSettings
impl Sync for InvalidProtocolSettings
impl Unpin for InvalidProtocolSettings
impl UnwindSafe for InvalidProtocolSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more