pub struct DotRoot {
pub graphs: Vec<Graph>,
}Expand description
DOT 文件的根节点
Fields§
§graphs: Vec<Graph>Trait Implementations§
impl StructuralPartialEq for DotRoot
Auto Trait Implementations§
impl Freeze for DotRoot
impl RefUnwindSafe for DotRoot
impl Send for DotRoot
impl Sync for DotRoot
impl Unpin for DotRoot
impl UnwindSafe for DotRoot
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