pub struct Exn<'a, V>(/* private fields */);Expand description
Exception.
This is either an error or control flow data internal to jaq. Users should only be able to observe errors.
Trait Implementations§
Auto Trait Implementations§
impl<'a, V> Freeze for Exn<'a, V>where
V: Freeze,
impl<'a, V> RefUnwindSafe for Exn<'a, V>where
V: RefUnwindSafe,
impl<'a, V> !Send for Exn<'a, V>
impl<'a, V> !Sync for Exn<'a, V>
impl<'a, V> Unpin for Exn<'a, V>where
V: Unpin,
impl<'a, V> UnwindSafe for Exn<'a, V>where
V: UnwindSafe + RefUnwindSafe,
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