pub enum cmark_parser {}Auto Trait Implementations§
impl Freeze for cmark_parser
impl RefUnwindSafe for cmark_parser
impl Send for cmark_parser
impl Sync for cmark_parser
impl Unpin for cmark_parser
impl UnwindSafe for cmark_parser
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