pub struct ConstraintViolationError;
Trait Implementations§
Source§impl ErrorKind for ConstraintViolationError
impl ErrorKind for ConstraintViolationError
Auto Trait Implementations§
impl Freeze for ConstraintViolationError
impl RefUnwindSafe for ConstraintViolationError
impl Send for ConstraintViolationError
impl Sync for ConstraintViolationError
impl Unpin for ConstraintViolationError
impl UnwindSafe for ConstraintViolationError
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