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