pub enum NodeStyle {
Dashed,
Dotted,
Solid,
Invis,
Bold,
Diagonals,
Filled,
Rounded,
Striped,
Wedged,
}Variants§
Trait Implementations§
impl Copy for NodeStyle
impl Eq for NodeStyle
impl StructuralPartialEq for NodeStyle
Auto Trait Implementations§
impl Freeze for NodeStyle
impl RefUnwindSafe for NodeStyle
impl Send for NodeStyle
impl Sync for NodeStyle
impl Unpin for NodeStyle
impl UnwindSafe for NodeStyle
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