pub enum UnsupportedParamater {
PositionIsNaN,
ToleranceIsNaN,
}Variants§
Trait Implementations§
Source§impl Clone for UnsupportedParamater
impl Clone for UnsupportedParamater
Source§fn clone(&self) -> UnsupportedParamater
fn clone(&self) -> UnsupportedParamater
Returns a duplicate 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 UnsupportedParamater
impl Debug for UnsupportedParamater
Source§impl Display for UnsupportedParamater
Available on crate feature std only.
impl Display for UnsupportedParamater
Available on crate feature
std only.Source§impl Error for UnsupportedParamater
Available on crate feature std only.
impl Error for UnsupportedParamater
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for UnsupportedParamater
impl PartialEq for UnsupportedParamater
impl StructuralPartialEq for UnsupportedParamater
Auto Trait Implementations§
impl Freeze for UnsupportedParamater
impl RefUnwindSafe for UnsupportedParamater
impl Send for UnsupportedParamater
impl Sync for UnsupportedParamater
impl Unpin for UnsupportedParamater
impl UnwindSafe for UnsupportedParamater
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