pub struct SyntectPlugin { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for SyntectPlugin
impl Debug for SyntectPlugin
Source§impl Plugin for SyntectPlugin
impl Plugin for SyntectPlugin
fn on_node_tagged(&mut self, token: Node) -> Node
fn on_node_parsed(&mut self, token: Node) -> Node
fn on_node_finished(&mut self, token: Node) -> Node
fn on_parse_processing_instruction<'a>( &mut self, _state: SharedState, ctx: ParserContext<'a>, ) -> ParserResult<'a, Node, Message<'a>>
Auto Trait Implementations§
impl !Freeze for SyntectPlugin
impl !RefUnwindSafe for SyntectPlugin
impl Send for SyntectPlugin
impl Sync for SyntectPlugin
impl Unpin for SyntectPlugin
impl UnwindSafe for SyntectPlugin
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