pub enum TreeLayoutAlgorithm {
Layered,
Radial,
Compact,
Balloon,
}Expand description
Tree layout algorithms
Variants§
Trait Implementations§
Source§impl Clone for TreeLayoutAlgorithm
impl Clone for TreeLayoutAlgorithm
Source§fn clone(&self) -> TreeLayoutAlgorithm
fn clone(&self) -> TreeLayoutAlgorithm
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 TreeLayoutAlgorithm
impl Debug for TreeLayoutAlgorithm
Source§impl PartialEq for TreeLayoutAlgorithm
impl PartialEq for TreeLayoutAlgorithm
impl Copy for TreeLayoutAlgorithm
impl Eq for TreeLayoutAlgorithm
impl StructuralPartialEq for TreeLayoutAlgorithm
Auto Trait Implementations§
impl Freeze for TreeLayoutAlgorithm
impl RefUnwindSafe for TreeLayoutAlgorithm
impl Send for TreeLayoutAlgorithm
impl Sync for TreeLayoutAlgorithm
impl Unpin for TreeLayoutAlgorithm
impl UnwindSafe for TreeLayoutAlgorithm
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