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