pub enum shape {
Show 59 variants
box_,
polygon,
ellipse,
oval,
circle,
point,
egg,
triangle,
plaintext,
plain,
diamond,
trapezium,
parallelogram,
house,
pentagon,
hexagon,
septagon,
octagon,
doublecircle,
doubleoctagon,
tripleoctagon,
invtriangle,
invtrapezium,
invhouse,
Mdiamond,
Msquare,
Mcircle,
rect,
rectangle,
square,
star,
none,
underline,
cylinder,
note,
tab,
folder,
box3d,
component,
promoter,
cds,
terminator,
utr,
primersite,
restrictionsite,
fivepoverhang,
threepoverhang,
noverhang,
assembly,
signature,
insulator,
ribosite,
rnastab,
proteasesite,
proteinstab,
rpromoter,
rarrow,
larrow,
lpromoter,
}
Variants§
box_
polygon
ellipse
oval
circle
point
egg
triangle
plaintext
plain
diamond
trapezium
parallelogram
house
pentagon
hexagon
septagon
octagon
doublecircle
doubleoctagon
tripleoctagon
invtriangle
invtrapezium
invhouse
Mdiamond
Msquare
Mcircle
rect
rectangle
square
star
none
underline
cylinder
note
tab
folder
box3d
component
promoter
cds
terminator
utr
primersite
restrictionsite
fivepoverhang
threepoverhang
noverhang
assembly
signature
insulator
ribosite
rnastab
proteasesite
proteinstab
rpromoter
rarrow
larrow
lpromoter
Trait Implementations§
impl StructuralPartialEq for shape
Auto Trait Implementations§
impl Freeze for shape
impl RefUnwindSafe for shape
impl Send for shape
impl Sync for shape
impl Unpin for shape
impl UnwindSafe for shape
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