Enum cloudfront_logs::types::SslProtocol
source · pub enum SslProtocol {
TLSv1_3,
TLSv1_2,
TLSv1_1,
TLSv1_0,
SSLv3,
}Available on crate features
alloc or typed only.Variants§
Trait Implementations§
source§impl Debug for SslProtocol
impl Debug 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 ==.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