pub enum ArrowDirection {
BiDirectional,
Left,
Right,
None,
}Expand description
The various different arrow directions enabled by this syntax.
Variants§
Trait Implementations§
Source§impl AsRef<str> for ArrowDirection
impl AsRef<str> for ArrowDirection
Auto Trait Implementations§
impl Freeze for ArrowDirection
impl RefUnwindSafe for ArrowDirection
impl Send for ArrowDirection
impl Sync for ArrowDirection
impl Unpin for ArrowDirection
impl UnwindSafe for ArrowDirection
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