Enum oxygengine_animation::spline::SplineError
source · [−]pub enum SplineError {
EmptyPointsList,
Curve(usize, CurveError),
}
Variants
EmptyPointsList
Curve(usize, CurveError)
(points pair index, curve error)
Trait Implementations
sourceimpl Clone for SplineError
impl Clone for SplineError
sourcefn clone(&self) -> SplineError
fn clone(&self) -> SplineError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SplineError
impl Debug for SplineError
sourceimpl<'de> Deserialize<'de> for SplineError
impl<'de> Deserialize<'de> for SplineError
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for SplineError
impl Display for SplineError
sourceimpl Serialize for SplineError
impl Serialize for SplineError
impl Copy for SplineError
Auto Trait Implementations
impl RefUnwindSafe for SplineError
impl Send for SplineError
impl Sync for SplineError
impl Unpin for SplineError
impl UnwindSafe for SplineError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more