pub enum PointType {
Circle,
Square,
X,
}
Expand description
PointType contains available types of points.
Variants§
Trait Implementations§
Source§impl PartialOrd for PointType
impl PartialOrd for PointType
impl Copy for PointType
impl StructuralPartialEq for PointType
Auto Trait Implementations§
impl Freeze for PointType
impl RefUnwindSafe for PointType
impl Send for PointType
impl Sync for PointType
impl Unpin for PointType
impl UnwindSafe for PointType
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