pub enum EdgeRouting {
Straight,
Orthogonal,
Curved,
}Expand description
Edge routing style for hierarchical layouts
Variants§
Trait Implementations§
Source§impl Clone for EdgeRouting
impl Clone for EdgeRouting
Source§fn clone(&self) -> EdgeRouting
fn clone(&self) -> EdgeRouting
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 EdgeRouting
impl Debug for EdgeRouting
Source§impl PartialEq for EdgeRouting
impl PartialEq for EdgeRouting
impl Copy for EdgeRouting
impl StructuralPartialEq for EdgeRouting
Auto Trait Implementations§
impl Freeze for EdgeRouting
impl RefUnwindSafe for EdgeRouting
impl Send for EdgeRouting
impl Sync for EdgeRouting
impl Unpin for EdgeRouting
impl UnwindSafe for EdgeRouting
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