pub enum AnimationError {
CouldNotReadData,
CouldNotWriteData,
}
Expand description
An error that may occur when animating a value
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for AnimationError
impl Send for AnimationError
impl Sync for AnimationError
impl Unpin for AnimationError
impl UnwindSafe for AnimationError
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