#[repr(C)]pub struct MatchedNode<'tree> {
pub node: Node<'tree>,
pub capture: Capture,
}Fields§
§node: Node<'tree>§capture: CaptureTrait Implementations§
Source§impl<'tree> Clone for MatchedNode<'tree>
impl<'tree> Clone for MatchedNode<'tree>
Source§fn clone(&self) -> MatchedNode<'tree>
fn clone(&self) -> MatchedNode<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'tree> Freeze for MatchedNode<'tree>
impl<'tree> RefUnwindSafe for MatchedNode<'tree>
impl<'tree> Send for MatchedNode<'tree>
impl<'tree> Sync for MatchedNode<'tree>
impl<'tree> Unpin for MatchedNode<'tree>
impl<'tree> UnwindSafe for MatchedNode<'tree>
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