pub struct InferType<'tree> {
pub span: Span,
pub children: Vec<InferTypeChildren<'tree>>,
}Fields§
§span: Span§children: Vec<InferTypeChildren<'tree>>Trait Implementations§
impl<'tree> Eq for InferType<'tree>
impl<'tree> StructuralPartialEq for InferType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InferType<'tree>
impl<'tree> RefUnwindSafe for InferType<'tree>
impl<'tree> Send for InferType<'tree>
impl<'tree> Sync for InferType<'tree>
impl<'tree> Unpin for InferType<'tree>
impl<'tree> UnsafeUnpin for InferType<'tree>
impl<'tree> UnwindSafe for InferType<'tree>
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