pub enum PropertyError {
CommutativityError,
AssociativityError,
CancellativityError,
IdentityError,
InvertibilityError,
Other(String),
}
Variants§
CommutativityError
AssociativityError
CancellativityError
IdentityError
InvertibilityError
Other(String)
Trait Implementations§
Source§impl Debug for PropertyError
impl Debug for PropertyError
Auto Trait Implementations§
impl Freeze for PropertyError
impl RefUnwindSafe for PropertyError
impl Send for PropertyError
impl Sync for PropertyError
impl Unpin for PropertyError
impl UnwindSafe for PropertyError
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