pub struct ScopeMatcher { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeMatcher
impl !RefUnwindSafe for ScopeMatcher
impl !Send for ScopeMatcher
impl !Sync for ScopeMatcher
impl Unpin for ScopeMatcher
impl !UnwindSafe for ScopeMatcher
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