pub struct TypeReference {
pub extent: Extent,
pub kind: TypeReferenceKind,
pub typ: Box<Type>,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§kind: TypeReferenceKind§typ: Box<Type>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for TypeReference
impl Debug for TypeReference
Source§impl<'a> Index<&'a TypeReference> for str
impl<'a> Index<&'a TypeReference> for str
Source§impl Index<TypeReference> for str
impl Index<TypeReference> for str
Auto Trait Implementations§
impl Freeze for TypeReference
impl RefUnwindSafe for TypeReference
impl Send for TypeReference
impl Sync for TypeReference
impl Unpin for TypeReference
impl UnsafeUnpin for TypeReference
impl UnwindSafe for TypeReference
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