pub enum PathVerb {
Move,
Line,
Quad,
Cubic,
Close,
}Expand description
A path verb.
Variants§
Trait Implementations§
impl Copy for PathVerb
impl Eq for PathVerb
Source§impl Ord for PathVerb
impl Ord for PathVerb
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PathVerb
impl PartialOrd for PathVerb
impl StructuralPartialEq for PathVerb
Auto Trait Implementations§
impl Freeze for PathVerb
impl RefUnwindSafe for PathVerb
impl Send for PathVerb
impl Sync for PathVerb
impl Unpin for PathVerb
impl UnsafeUnpin for PathVerb
impl UnwindSafe for PathVerb
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