pub struct Concretizer {
pub parameters: Vec<ConcType>,
pub output: ConcType,
pub enum_defs: EnumDefs,
}
Fields§
§parameters: Vec<ConcType>
§output: ConcType
§enum_defs: EnumDefs
Auto Trait Implementations§
impl Freeze for Concretizer
impl RefUnwindSafe for Concretizer
impl Send for Concretizer
impl Sync for Concretizer
impl Unpin for Concretizer
impl UnwindSafe for Concretizer
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