pub struct RescueBlock<'tree> {
pub span: Span,
pub children: Vec<RescueBlockChildren<'tree>>,
}Fields§
§span: Span§children: Vec<RescueBlockChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for RescueBlock<'tree>
impl<'tree> Clone for RescueBlock<'tree>
Source§fn clone(&self) -> RescueBlock<'tree>
fn clone(&self) -> RescueBlock<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for RescueBlock<'tree>
impl<'tree> Debug for RescueBlock<'tree>
impl<'tree> Eq for RescueBlock<'tree>
Source§impl<'tree> FromNode<'tree> for RescueBlock<'tree>
impl<'tree> FromNode<'tree> for RescueBlock<'tree>
Source§impl<'tree> PartialEq for RescueBlock<'tree>
impl<'tree> PartialEq for RescueBlock<'tree>
Source§impl Spanned for RescueBlock<'_>
impl Spanned for RescueBlock<'_>
impl<'tree> StructuralPartialEq for RescueBlock<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RescueBlock<'tree>
impl<'tree> RefUnwindSafe for RescueBlock<'tree>
impl<'tree> Send for RescueBlock<'tree>
impl<'tree> Sync for RescueBlock<'tree>
impl<'tree> Unpin for RescueBlock<'tree>
impl<'tree> UnsafeUnpin for RescueBlock<'tree>
impl<'tree> UnwindSafe for RescueBlock<'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