pub struct InvalidVars(pub HashMap<VarId, InvalidValue>);
Tuple Fields§
§0: HashMap<VarId, InvalidValue>
Implementations§
Source§impl InvalidVars
impl InvalidVars
pub fn new(invalid: HashMap<VarId, InvalidValue>) -> Self
Trait Implementations§
Source§impl Clone for InvalidVars
impl Clone for InvalidVars
Source§fn clone(&self) -> InvalidVars
fn clone(&self) -> InvalidVars
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 InvalidVars
impl Debug for InvalidVars
Source§impl PartialEq for InvalidVars
impl PartialEq for InvalidVars
impl StructuralPartialEq for InvalidVars
Auto Trait Implementations§
impl Freeze for InvalidVars
impl RefUnwindSafe for InvalidVars
impl Send for InvalidVars
impl Sync for InvalidVars
impl Unpin for InvalidVars
impl UnwindSafe for InvalidVars
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