pub enum AtomicLocationRuleExpr {
Any(AnyClient),
ClientName(ClientName),
Method(Method),
Header(Header),
Query(Query),
}Variants§
Trait Implementations§
Source§impl Clone for AtomicLocationRuleExpr
impl Clone for AtomicLocationRuleExpr
Source§fn clone(&self) -> AtomicLocationRuleExpr
fn clone(&self) -> AtomicLocationRuleExpr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AtomicLocationRuleExpr
impl Debug for AtomicLocationRuleExpr
Source§impl Display for AtomicLocationRuleExpr
impl Display for AtomicLocationRuleExpr
impl Eq for AtomicLocationRuleExpr
Source§impl FromStr for AtomicLocationRuleExpr
impl FromStr for AtomicLocationRuleExpr
Source§impl PartialEq for AtomicLocationRuleExpr
impl PartialEq for AtomicLocationRuleExpr
Source§fn eq(&self, other: &AtomicLocationRuleExpr) -> bool
fn eq(&self, other: &AtomicLocationRuleExpr) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AtomicLocationRuleExpr
Auto Trait Implementations§
impl Freeze for AtomicLocationRuleExpr
impl RefUnwindSafe for AtomicLocationRuleExpr
impl Send for AtomicLocationRuleExpr
impl Sync for AtomicLocationRuleExpr
impl Unpin for AtomicLocationRuleExpr
impl UnsafeUnpin for AtomicLocationRuleExpr
impl UnwindSafe for AtomicLocationRuleExpr
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