pub enum PolineError {
InvalidAnchorColorCount,
PointIndexOutOfBounds,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PolineError
impl RefUnwindSafe for PolineError
impl Send for PolineError
impl Sync for PolineError
impl Unpin for PolineError
impl UnsafeUnpin for PolineError
impl UnwindSafe for PolineError
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