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