pub enum arrowhead {
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 arrowhead
Auto Trait Implementations§
impl Freeze for arrowhead
impl RefUnwindSafe for arrowhead
impl Send for arrowhead
impl Sync for arrowhead
impl Unpin for arrowhead
impl UnwindSafe for arrowhead
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