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