pub struct MatchEdge {
pub node_type: NodeType,
pub next: ContentMatch,
}
Fields§
§node_type: NodeType
§next: ContentMatch
Trait Implementations§
impl Eq for MatchEdge
impl StructuralPartialEq for MatchEdge
Auto Trait Implementations§
impl Freeze for MatchEdge
impl RefUnwindSafe for MatchEdge
impl Send for MatchEdge
impl Sync for MatchEdge
impl Unpin for MatchEdge
impl UnwindSafe for MatchEdge
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