pub struct InferType {
pub parameter: TypeParameterNode,
}Fields§
§parameter: TypeParameterNodeTrait Implementations§
impl Eq for InferType
impl StructuralPartialEq for InferType
Auto Trait Implementations§
impl Freeze for InferType
impl RefUnwindSafe for InferType
impl Send for InferType
impl Sync for InferType
impl Unpin for InferType
impl UnsafeUnpin for InferType
impl UnwindSafe for InferType
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