Enum graphviz_rust::attributes::arrowhead
source · 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 RefUnwindSafe for arrowhead
impl Send for arrowhead
impl Sync for arrowhead
impl Unpin for arrowhead
impl UnwindSafe for arrowhead
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more