Enum graphviz_rust::attributes::rankdir
source · pub enum rankdir {
TB,
BT,
LR,
RL,
}
Variants§
Trait Implementations§
source§impl PartialEq for rankdir
impl PartialEq for rankdir
impl StructuralPartialEq for rankdir
Auto Trait Implementations§
impl Freeze for rankdir
impl RefUnwindSafe for rankdir
impl Send for rankdir
impl Sync for rankdir
impl Unpin for rankdir
impl UnwindSafe for rankdir
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