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