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