pub struct TypeReferenceKind {
pub extent: Extent,
pub lifetime: Option<Lifetime>,
pub mutable: Option<Extent>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§lifetime: Option<Lifetime>§mutable: Option<Extent>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for TypeReferenceKind
impl Debug for TypeReferenceKind
Source§impl<'a> Index<&'a TypeReferenceKind> for str
impl<'a> Index<&'a TypeReferenceKind> for str
Source§impl Index<TypeReferenceKind> for str
impl Index<TypeReferenceKind> for str
Auto Trait Implementations§
impl Freeze for TypeReferenceKind
impl RefUnwindSafe for TypeReferenceKind
impl Send for TypeReferenceKind
impl Sync for TypeReferenceKind
impl Unpin for TypeReferenceKind
impl UnsafeUnpin for TypeReferenceKind
impl UnwindSafe for TypeReferenceKind
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