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