pub enum rankdir {
TB,
BT,
LR,
RL,
}
Variants§
Trait Implementations§
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