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