Enum dotavious::attributes::RankDir[][src]

pub enum RankDir {
    TopBottom,
    LeftRight,
    BottomTop,
    RightLeft,
}
Expand description

Corresponding to directed graphs drawn from top to bottom, from left to right, from bottom to top, and from right to left, respectively.

Variants

TopBottom
LeftRight
BottomTop
RightLeft

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.