pub enum EdgeType {
Default,
Dependency,
Inheritance,
Association,
Composition,
Call,
}Expand description
Edge type for styling
Variants§
Default
Default edge type.
Dependency
General dependency.
Inheritance
Inheritance or implementation.
Association
Association between elements.
Composition
Composition relationship.
Call
Function or method call.
Trait Implementations§
impl Copy for EdgeType
impl Eq for EdgeType
impl StructuralPartialEq for EdgeType
Auto Trait Implementations§
impl Freeze for EdgeType
impl RefUnwindSafe for EdgeType
impl Send for EdgeType
impl Sync for EdgeType
impl Unpin for EdgeType
impl UnsafeUnpin for EdgeType
impl UnwindSafe for EdgeType
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