pub enum EdgeLineStyle {
Solid,
Dashed,
Bold,
}Expand description
Style of an edge line.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EdgeLineStyle
impl Clone for EdgeLineStyle
Source§fn clone(&self) -> EdgeLineStyle
fn clone(&self) -> EdgeLineStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EdgeLineStyle
impl Debug for EdgeLineStyle
Source§impl PartialEq for EdgeLineStyle
impl PartialEq for EdgeLineStyle
impl Copy for EdgeLineStyle
impl Eq for EdgeLineStyle
impl StructuralPartialEq for EdgeLineStyle
Auto Trait Implementations§
impl Freeze for EdgeLineStyle
impl RefUnwindSafe for EdgeLineStyle
impl Send for EdgeLineStyle
impl Sync for EdgeLineStyle
impl Unpin for EdgeLineStyle
impl UnsafeUnpin for EdgeLineStyle
impl UnwindSafe for EdgeLineStyle
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