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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more