pub struct FloatPropertiesIncompatible;Expand description
FloatProperties values incompatible: must be equal
Trait Implementations§
Source§impl Clone for FloatPropertiesIncompatible
impl Clone for FloatPropertiesIncompatible
Source§fn clone(&self) -> FloatPropertiesIncompatible
fn clone(&self) -> FloatPropertiesIncompatible
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 FloatPropertiesIncompatible
impl Debug for FloatPropertiesIncompatible
Source§impl Default for FloatPropertiesIncompatible
impl Default for FloatPropertiesIncompatible
Source§fn default() -> FloatPropertiesIncompatible
fn default() -> FloatPropertiesIncompatible
Returns the “default value” for a type. Read more
Source§impl Error for FloatPropertiesIncompatible
impl Error for FloatPropertiesIncompatible
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()
Auto Trait Implementations§
impl Freeze for FloatPropertiesIncompatible
impl RefUnwindSafe for FloatPropertiesIncompatible
impl Send for FloatPropertiesIncompatible
impl Sync for FloatPropertiesIncompatible
impl Unpin for FloatPropertiesIncompatible
impl UnsafeUnpin for FloatPropertiesIncompatible
impl UnwindSafe for FloatPropertiesIncompatible
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