pub struct NodeMatcher;Trait Implementations§
Source§impl AbstractMatcher for NodeMatcher
impl AbstractMatcher for NodeMatcher
Auto Trait Implementations§
impl Freeze for NodeMatcher
impl RefUnwindSafe for NodeMatcher
impl Send for NodeMatcher
impl Sync for NodeMatcher
impl Unpin for NodeMatcher
impl UnwindSafe for NodeMatcher
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