Struct cairo_lang_semantic::expr::inference::canonic::CanonicalMapping
source · pub struct CanonicalMapping { /* private fields */ }
Expand description
Mapping between canonical space and inference space. Created by a either canonicalizing or embedding a trait.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CanonicalMapping
impl Send for CanonicalMapping
impl Sync for CanonicalMapping
impl Unpin for CanonicalMapping
impl UnwindSafe for CanonicalMapping
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