pub enum PointAction {
IpBefore,
IpAfter,
IpOn,
IpBetween,
}Expand description
Hinting action for a point.
Variants§
Trait Implementations§
Source§impl Clone for PointAction
impl Clone for PointAction
Source§fn clone(&self) -> PointAction
fn clone(&self) -> PointAction
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 PointAction
impl Debug for PointAction
Source§impl PartialEq for PointAction
impl PartialEq for PointAction
impl Copy for PointAction
impl Eq for PointAction
impl StructuralPartialEq for PointAction
Auto Trait Implementations§
impl Freeze for PointAction
impl RefUnwindSafe for PointAction
impl Send for PointAction
impl Sync for PointAction
impl Unpin for PointAction
impl UnsafeUnpin for PointAction
impl UnwindSafe for PointAction
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