pub struct CatchType {
pub types: Vec<Type>,
}Expand description
The type in a catch parameter (can be a union type with |).
Fields§
§types: Vec<Type>Trait Implementations§
impl Eq for CatchType
impl StructuralPartialEq for CatchType
Auto Trait Implementations§
impl Freeze for CatchType
impl RefUnwindSafe for CatchType
impl Send for CatchType
impl Sync for CatchType
impl Unpin for CatchType
impl UnsafeUnpin for CatchType
impl UnwindSafe for CatchType
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