Enum oxygengine_animation::spline::SplineError [−][src]
pub enum SplineError {
EmptyPointsList,
}Variants
EmptyPointsList
Trait Implementations
fn 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
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
Mutably borrows from an owned value. Read more