Struct cairo_lang_semantic::expr::inference::canonic::MapperError
source · pub struct MapperError(pub InferenceVar);
Expand description
Mapper rewriter. Maps variables according to a given VarMapping.
Tuple Fields§
§0: InferenceVar
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MapperError
impl Send for MapperError
impl Sync for MapperError
impl Unpin for MapperError
impl UnwindSafe for MapperError
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