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