pub enum AssignError {
BadConstraint(String),
GivingUp,
}Expand description
Errors that can happen while assigning names.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssignError
impl RefUnwindSafe for AssignError
impl Send for AssignError
impl Sync for AssignError
impl Unpin for AssignError
impl UnwindSafe for AssignError
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