Struct cranelift_codegen_meta::cdsl::typevar::TypeVarParent
source · pub(crate) struct TypeVarParent {
pub type_var: TypeVar,
pub derived_func: DerivedFunc,
}
Fields§
§type_var: TypeVar
§derived_func: DerivedFunc
Trait Implementations§
source§impl Debug for TypeVarParent
impl Debug for TypeVarParent
Auto Trait Implementations§
impl Freeze for TypeVarParent
impl !RefUnwindSafe for TypeVarParent
impl !Send for TypeVarParent
impl !Sync for TypeVarParent
impl Unpin for TypeVarParent
impl !UnwindSafe for TypeVarParent
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