pub struct NotSquareError;Trait Implementations§
Source§impl Clone for NotSquareError
impl Clone for NotSquareError
Source§fn clone(&self) -> NotSquareError
fn clone(&self) -> NotSquareError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotSquareError
Source§impl Debug for NotSquareError
impl Debug for NotSquareError
Source§impl Display for NotSquareError
impl Display for NotSquareError
impl Eq for NotSquareError
Source§impl Error for NotSquareError
impl Error for NotSquareError
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 NotSquareError
impl PartialEq for NotSquareError
Source§fn eq(&self, other: &NotSquareError) -> bool
fn eq(&self, other: &NotSquareError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotSquareError
Auto Trait Implementations§
impl Freeze for NotSquareError
impl RefUnwindSafe for NotSquareError
impl Send for NotSquareError
impl Sync for NotSquareError
impl Unpin for NotSquareError
impl UnsafeUnpin for NotSquareError
impl UnwindSafe for NotSquareError
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