pub struct D2;Expand description
D2 diagram generator Preprocessor for MdBook.
Trait Implementations§
Source§impl Preprocessor for D2
impl Preprocessor for D2
impl Copy for D2
Auto Trait Implementations§
impl Freeze for D2
impl RefUnwindSafe for D2
impl Send for D2
impl Sync for D2
impl Unpin for D2
impl UnwindSafe for D2
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