pub struct Equation {
pub l: AppliedId,
pub r: AppliedId,
}Fields§
§l: AppliedId§r: AppliedIdImplementations§
Source§impl Equation
impl Equation
pub fn slots(&self) -> SmallHashSet<Slot>
pub fn apply_slotmap(&self, m: &SlotMap) -> Self
pub fn apply_slotmap_fresh(&self, m: &SlotMap) -> Self
Trait Implementations§
impl Eq for Equation
impl StructuralPartialEq for Equation
Auto Trait Implementations§
impl Freeze for Equation
impl RefUnwindSafe for Equation
impl Send for Equation
impl Sync for Equation
impl Unpin for Equation
impl UnsafeUnpin for Equation
impl UnwindSafe for Equation
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