pub struct MultiLineComment;Expand description
Match a c style multiline comments with support for nested comments
Trait Implementations§
Source§impl Clone for MultiLineComment
impl Clone for MultiLineComment
Source§fn clone(&self) -> MultiLineComment
fn clone(&self) -> MultiLineComment
Returns a copy 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 moreSource§impl Debug for MultiLineComment
impl Debug for MultiLineComment
Source§impl Default for MultiLineComment
impl Default for MultiLineComment
Source§fn default() -> MultiLineComment
fn default() -> MultiLineComment
Returns the “default value” for a type. Read more
Source§impl Tokenizer for MultiLineComment
impl Tokenizer for MultiLineComment
impl Copy for MultiLineComment
Auto Trait Implementations§
impl Freeze for MultiLineComment
impl RefUnwindSafe for MultiLineComment
impl Send for MultiLineComment
impl Sync for MultiLineComment
impl Unpin for MultiLineComment
impl UnwindSafe for MultiLineComment
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