pub enum ScopeMode {
Normal,
Strict,
Acl,
}Variants§
Normal
Normal mode - standard radix tree behavior
Strict
Strict scope mode - more restrictive matching
Acl
ACL mode - access control list behavior
Trait Implementations§
impl Copy for ScopeMode
impl Eq for ScopeMode
impl StructuralPartialEq for ScopeMode
Auto Trait Implementations§
impl Freeze for ScopeMode
impl RefUnwindSafe for ScopeMode
impl Send for ScopeMode
impl Sync for ScopeMode
impl Unpin for ScopeMode
impl UnwindSafe for ScopeMode
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