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