Enum duat_term::ConstraintChangeErr
source · pub enum ConstraintChangeErr {
NoParent,
Impossible,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstraintChangeErr
impl RefUnwindSafe for ConstraintChangeErr
impl Send for ConstraintChangeErr
impl Sync for ConstraintChangeErr
impl Unpin for ConstraintChangeErr
impl UnwindSafe for ConstraintChangeErr
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