Struct envuse_parser::parser::nodes::inline_comment::InlineCommentParser
source · [−]pub struct InlineCommentParser;Trait Implementations
sourceimpl NodeParser for InlineCommentParser
impl NodeParser for InlineCommentParser
Auto Trait Implementations
impl RefUnwindSafe for InlineCommentParser
impl Send for InlineCommentParser
impl Sync for InlineCommentParser
impl Unpin for InlineCommentParser
impl UnwindSafe for InlineCommentParser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more