Enum graphviz_rust::attributes::rankdir
source · [−]pub enum rankdir {
TB,
BT,
LR,
RL,
}
Variants
TB
BT
LR
RL
Trait Implementations
impl StructuralPartialEq for rankdir
Auto Trait Implementations
impl RefUnwindSafe for rankdir
impl Send for rankdir
impl Sync for rankdir
impl Unpin for rankdir
impl UnwindSafe for rankdir
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more