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