Enum cloudfront_logs::types::CsProtcol
source · pub enum CsProtcol {
Http,
Https,
Ws,
Wss,
}Available on crate features
alloc or typed only.Variants§
Trait Implementations§
source§impl PartialEq for CsProtcol
impl PartialEq for CsProtcol
impl StructuralPartialEq for CsProtcol
Auto Trait Implementations§
impl Freeze for CsProtcol
impl RefUnwindSafe for CsProtcol
impl Send for CsProtcol
impl Sync for CsProtcol
impl Unpin for CsProtcol
impl UnwindSafe for CsProtcol
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