pub enum DrawingKind {
Polygon,
ReferenceText,
ValueText,
}Expand description
Drawing kind
Variants§
Trait Implementations§
Source§impl PartialEq for DrawingKind
impl PartialEq for DrawingKind
Source§fn eq(&self, other: &DrawingKind) -> bool
fn eq(&self, other: &DrawingKind) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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