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