pub enum OpSetType {
Path,
FillPath,
FillSketch,
}
Variants§
Trait Implementations§
impl Eq for OpSetType
impl StructuralPartialEq for OpSetType
Auto Trait Implementations§
impl Freeze for OpSetType
impl RefUnwindSafe for OpSetType
impl Send for OpSetType
impl Sync for OpSetType
impl Unpin for OpSetType
impl UnwindSafe for OpSetType
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