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