pub struct TryTable<'a> {
pub block: Box<BlockType<'a>>,
pub catches: Vec<TryTableCatch<'a>>,
}Fields§
§block: Box<BlockType<'a>>§catches: Vec<TryTableCatch<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TryTable<'a>
impl<'a> RefUnwindSafe for TryTable<'a>
impl<'a> Send for TryTable<'a>
impl<'a> Sync for TryTable<'a>
impl<'a> Unpin for TryTable<'a>
impl<'a> UnwindSafe for TryTable<'a>
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