Enum cloudfront_logs::types::SslProtocol
source · pub enum SslProtocol {
TLSv1_3,
TLSv1_2,
TLSv1_1,
TLSv1_0,
SSLv3,
}Variants§
Trait Implementations§
source§impl Clone for SslProtocol
impl Clone for SslProtocol
source§fn clone(&self) -> SslProtocol
fn clone(&self) -> SslProtocol
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 SslProtocol
impl Debug for SslProtocol
source§impl Display for SslProtocol
impl Display for SslProtocol
source§impl FromStr for SslProtocol
impl FromStr for SslProtocol
source§impl PartialEq for SslProtocol
impl PartialEq for SslProtocol
source§fn eq(&self, other: &SslProtocol) -> bool
fn eq(&self, other: &SslProtocol) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<&str> for SslProtocol
impl TryFrom<&str> for SslProtocol
impl Copy for SslProtocol
impl StructuralPartialEq for SslProtocol
Auto Trait Implementations§
impl Freeze for SslProtocol
impl RefUnwindSafe for SslProtocol
impl Send for SslProtocol
impl Sync for SslProtocol
impl Unpin for SslProtocol
impl UnwindSafe for SslProtocol
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<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)