pub struct Subst {
pub types: TypeSubst,
pub rows: RowSubst,
}Expand description
Combined substitution environment
Fields§
§types: TypeSubst§rows: RowSubstImplementations§
Trait Implementations§
impl StructuralPartialEq for Subst
Auto Trait Implementations§
impl Freeze for Subst
impl RefUnwindSafe for Subst
impl Send for Subst
impl Sync for Subst
impl Unpin for Subst
impl UnwindSafe for Subst
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