pub struct DotGraph { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for DotGraph
impl StructuralPartialEq for DotGraph
Auto Trait Implementations§
impl Freeze for DotGraph
impl RefUnwindSafe for DotGraph
impl Send for DotGraph
impl Sync for DotGraph
impl Unpin for DotGraph
impl UnwindSafe for DotGraph
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