pub enum arrowtail {
Show 19 variants
normal,
dot,
odot,
none,
empty,
diamond,
ediamond,
odiamond,
box_,
open,
vee,
halfopen,
obox,
crow,
invempty,
tee,
invodot,
invdot,
inv,
}
Variants§
normal
dot
odot
none
empty
diamond
ediamond
odiamond
box_
open
vee
halfopen
obox
crow
invempty
tee
invodot
invdot
inv
Trait Implementations§
impl StructuralPartialEq for arrowtail
Auto Trait Implementations§
impl Freeze for arrowtail
impl RefUnwindSafe for arrowtail
impl Send for arrowtail
impl Sync for arrowtail
impl Unpin for arrowtail
impl UnwindSafe for arrowtail
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