pub struct ScopeFilter;Expand description
Scope filter for filtering rules by scope
Implementations§
Source§impl ScopeFilter
impl ScopeFilter
Auto Trait Implementations§
impl Freeze for ScopeFilter
impl RefUnwindSafe for ScopeFilter
impl Send for ScopeFilter
impl Sync for ScopeFilter
impl Unpin for ScopeFilter
impl UnwindSafe for ScopeFilter
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