pub struct MatchAll;Trait Implementations§
Source§impl Matcher for MatchAll
impl Matcher for MatchAll
Source§fn match_node_with_env<'tree, D: Doc>(
&self,
node: Node<'tree, D>,
_env: &mut Cow<'_, MetaVarEnv<'tree, D>>,
) -> Option<Node<'tree, D>>
fn match_node_with_env<'tree, D: Doc>( &self, node: Node<'tree, D>, _env: &mut Cow<'_, MetaVarEnv<'tree, D>>, ) -> Option<Node<'tree, D>>
Attempt to match a node, updating the meta-variable environment. Read more
Auto Trait Implementations§
impl Freeze for MatchAll
impl RefUnwindSafe for MatchAll
impl Send for MatchAll
impl Sync for MatchAll
impl Unpin for MatchAll
impl UnsafeUnpin for MatchAll
impl UnwindSafe for MatchAll
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