pub struct Raise {
pub span: Span,
pub exc: Option<Box<Expression>>,
pub cause: Option<Box<Expression>>,
}
Fields§
§span: Span
§exc: Option<Box<Expression>>
§cause: Option<Box<Expression>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Raise
impl RefUnwindSafe for Raise
impl Send for Raise
impl Sync for Raise
impl Unpin for Raise
impl UnwindSafe for Raise
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