Enum graphviz_rust::cmd::Layout
source · pub enum Layout {
Dot,
Neato,
Twopi,
Circo,
Fdp,
Asage,
Patchwork,
Sfdp,
}
Variants§
Trait Implementations§
source§impl From<Layout> for CommandArg
impl From<Layout> for CommandArg
impl Copy for Layout
Auto Trait Implementations§
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnwindSafe for Layout
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