pub enum DrawingKind {
Polygon,
ReferenceText,
ValueText,
}
Expand description
Drawing kind
Variants§
Trait Implementations§
Source§impl PartialEq for DrawingKind
impl PartialEq for DrawingKind
impl StructuralPartialEq for DrawingKind
Auto Trait Implementations§
impl Freeze for DrawingKind
impl RefUnwindSafe for DrawingKind
impl Send for DrawingKind
impl Sync for DrawingKind
impl Unpin for DrawingKind
impl UnwindSafe for DrawingKind
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