Struct bezier_easing::BezierEasingError
source · pub struct BezierEasingError(/* private fields */);
Trait Implementations§
source§impl Clone for BezierEasingError
impl Clone for BezierEasingError
source§fn clone(&self) -> BezierEasingError
fn clone(&self) -> BezierEasingError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BezierEasingError
impl Debug for BezierEasingError
source§impl Display for BezierEasingError
impl Display for BezierEasingError
source§impl Error for BezierEasingError
impl Error for BezierEasingError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BezierEasingError
impl Send for BezierEasingError
impl Sync for BezierEasingError
impl Unpin for BezierEasingError
impl UnwindSafe for BezierEasingError
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