pub struct EditConstraintError(/* private fields */);Expand description
The possible error conditions that Solver::commit_edit can fail with.
Trait Implementations§
Source§impl Clone for EditConstraintError
impl Clone for EditConstraintError
Source§fn clone(&self) -> EditConstraintError
fn clone(&self) -> EditConstraintError
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 EditConstraintError
impl Debug for EditConstraintError
impl Copy for EditConstraintError
Auto Trait Implementations§
impl Freeze for EditConstraintError
impl RefUnwindSafe for EditConstraintError
impl Send for EditConstraintError
impl Sync for EditConstraintError
impl Unpin for EditConstraintError
impl UnwindSafe for EditConstraintError
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