pub struct CommentParser {}Implementations§
Source§impl CommentParser
impl CommentParser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentParser
impl RefUnwindSafe for CommentParser
impl Send for CommentParser
impl Sync for CommentParser
impl Unpin for CommentParser
impl UnsafeUnpin for CommentParser
impl UnwindSafe for CommentParser
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