pub enum HintAction {
Point(PointHint),
Edge(EdgeHint),
}Expand description
Hinting action for a point or an edge.
Variants§
Trait Implementations§
Source§impl Clone for HintAction
impl Clone for HintAction
Source§fn clone(&self) -> HintAction
fn clone(&self) -> HintAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HintAction
impl Debug for HintAction
Source§impl PartialEq for HintAction
impl PartialEq for HintAction
impl Copy for HintAction
impl Eq for HintAction
impl StructuralPartialEq for HintAction
Auto Trait Implementations§
impl Freeze for HintAction
impl RefUnwindSafe for HintAction
impl Send for HintAction
impl Sync for HintAction
impl Unpin for HintAction
impl UnsafeUnpin for HintAction
impl UnwindSafe for HintAction
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