pub struct CommentsParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentsParser
impl RefUnwindSafe for CommentsParser
impl Send for CommentsParser
impl Sync for CommentsParser
impl Unpin for CommentsParser
impl UnwindSafe for CommentsParser
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