Enum cloudfront_logs::types::CsProtocol
source · pub enum CsProtocol {
Http,
Https,
Ws,
Wss,
}Variants§
Trait Implementations§
source§impl Clone for CsProtocol
impl Clone for CsProtocol
source§fn clone(&self) -> CsProtocol
fn clone(&self) -> CsProtocol
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 CsProtocol
impl Debug for CsProtocol
source§impl Display for CsProtocol
impl Display for CsProtocol
source§impl FromStr for CsProtocol
impl FromStr for CsProtocol
source§impl PartialEq for CsProtocol
impl PartialEq for CsProtocol
source§fn eq(&self, other: &CsProtocol) -> bool
fn eq(&self, other: &CsProtocol) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<&str> for CsProtocol
impl TryFrom<&str> for CsProtocol
impl Copy for CsProtocol
impl StructuralPartialEq for CsProtocol
Auto Trait Implementations§
impl Freeze for CsProtocol
impl RefUnwindSafe for CsProtocol
impl Send for CsProtocol
impl Sync for CsProtocol
impl Unpin for CsProtocol
impl UnwindSafe for CsProtocol
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)