pub struct ThisType<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
impl<'tree> Eq for ThisType<'tree>
impl<'tree> StructuralPartialEq for ThisType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ThisType<'tree>
impl<'tree> RefUnwindSafe for ThisType<'tree>
impl<'tree> Send for ThisType<'tree>
impl<'tree> Sync for ThisType<'tree>
impl<'tree> Unpin for ThisType<'tree>
impl<'tree> UnsafeUnpin for ThisType<'tree>
impl<'tree> UnwindSafe for ThisType<'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