pub enum InspectionLevel {
L4Only,
L4Peek,
L7Header,
L7Body,
}Variants§
Trait Implementations§
Source§impl Clone for InspectionLevel
impl Clone for InspectionLevel
Source§fn clone(&self) -> InspectionLevel
fn clone(&self) -> InspectionLevel
Returns a duplicate 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 InspectionLevel
impl Debug for InspectionLevel
Source§impl Hash for InspectionLevel
impl Hash for InspectionLevel
Source§impl Ord for InspectionLevel
impl Ord for InspectionLevel
Source§fn cmp(&self, other: &InspectionLevel) -> Ordering
fn cmp(&self, other: &InspectionLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InspectionLevel
impl PartialEq for InspectionLevel
Source§impl PartialOrd for InspectionLevel
impl PartialOrd for InspectionLevel
impl Copy for InspectionLevel
impl Eq for InspectionLevel
impl StructuralPartialEq for InspectionLevel
Auto Trait Implementations§
impl Freeze for InspectionLevel
impl RefUnwindSafe for InspectionLevel
impl Send for InspectionLevel
impl Sync for InspectionLevel
impl Unpin for InspectionLevel
impl UnsafeUnpin for InspectionLevel
impl UnwindSafe for InspectionLevel
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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