pub struct All<P: Matcher> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<P: Matcher> Matcher for All<P>
impl<P: Matcher> Matcher for All<P>
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<P> Freeze for All<P>
impl<P> RefUnwindSafe for All<P>where
P: RefUnwindSafe,
impl<P> Send for All<P>where
P: Send,
impl<P> Sync for All<P>where
P: Sync,
impl<P> Unpin for All<P>
impl<P> UnsafeUnpin for All<P>
impl<P> UnwindSafe for All<P>where
P: UnwindSafe,
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