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