pub struct Type<'input> {
pub span: Span,
pub kind: TypeKind<'input>,
}Fields§
§span: Span§kind: TypeKind<'input>Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Type<'input>
impl<'input> RefUnwindSafe for Type<'input>
impl<'input> Send for Type<'input>
impl<'input> Sync for Type<'input>
impl<'input> Unpin for Type<'input>
impl<'input> UnwindSafe for Type<'input>
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