pub struct Shape(/* private fields */);Implementations§
Source§impl Shape
impl Shape
pub fn rectangle() -> Self
pub fn polygon() -> Self
pub fn ellipse() -> Self
pub fn oval() -> Self
pub fn circle() -> Self
pub fn point() -> Self
pub fn egg() -> Self
pub fn triangle() -> Self
pub fn plaintext() -> Self
pub fn none() -> Self
pub fn plain() -> Self
pub fn diamond() -> Self
pub fn trapezium() -> Self
pub fn parallelogram() -> Self
pub fn house() -> Self
pub fn pentagon() -> Self
pub fn hexagon() -> Self
pub fn septagon() -> Self
pub fn octagon() -> Self
pub fn double_circle() -> Self
pub fn double_octagon() -> Self
pub fn triple_octagon() -> Self
pub fn inverted_triangle() -> Self
pub fn inverted_trapezium() -> Self
pub fn inverted_house() -> Self
pub fn m_diamond() -> Self
pub fn m_square() -> Self
pub fn m_circle() -> Self
pub fn square() -> Self
pub fn star() -> Self
pub fn underline() -> Self
pub fn cylinder() -> Self
pub fn note() -> Self
pub fn tab() -> Self
pub fn folder() -> Self
pub fn box3d() -> Self
pub fn component() -> Self
pub fn promoter() -> Self
pub fn cds() -> Self
pub fn terminator() -> Self
pub fn utr() -> Self
pub fn primersite() -> Self
pub fn restrictionsite() -> Self
pub fn fivepoverhang() -> Self
pub fn threepoverhang() -> Self
pub fn noverhang() -> Self
pub fn assembly() -> Self
pub fn signature() -> Self
pub fn insulator() -> Self
pub fn ribosite() -> Self
pub fn rnastab() -> Self
pub fn proteasesite() -> Self
pub fn proteinstab() -> Self
pub fn rpromoter() -> Self
pub fn rarrow() -> Self
pub fn larrow() -> Self
pub fn lpromoter() -> Self
pub fn record() -> Self
Trait Implementations§
impl Eq for Shape
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