pub struct exn(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for exn
impl Peek for exn
impl Copy for exn
Auto Trait Implementations§
impl Freeze for exn
impl RefUnwindSafe for exn
impl Send for exn
impl Sync for exn
impl Unpin for exn
impl UnwindSafe for exn
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