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