Enum cloudfront_logs::types::CsProtcolVersion
source · pub enum CsProtcolVersion {
HTTP3_0,
HTTP2_0,
HTTP1_1,
HTTP1_0,
HTTP0_9,
}Available on crate features
alloc or typed only.Variants§
Trait Implementations§
source§impl Debug for CsProtcolVersion
impl Debug for CsProtcolVersion
source§impl FromStr for CsProtcolVersion
impl FromStr for CsProtcolVersion
source§impl PartialEq for CsProtcolVersion
impl PartialEq for CsProtcolVersion
source§fn eq(&self, other: &CsProtcolVersion) -> bool
fn eq(&self, other: &CsProtcolVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CsProtcolVersion
Auto Trait Implementations§
impl Freeze for CsProtcolVersion
impl RefUnwindSafe for CsProtcolVersion
impl Send for CsProtcolVersion
impl Sync for CsProtcolVersion
impl Unpin for CsProtcolVersion
impl UnwindSafe for CsProtcolVersion
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