pub struct Raise<'a> {
pub exc: Option<Expression<'a>>,
pub cause: Option<From<'a>>,
pub whitespace_after_raise: Option<SimpleWhitespace<'a>>,
pub semicolon: Option<Semicolon<'a>>,
}
Fields§
§exc: Option<Expression<'a>>
§cause: Option<From<'a>>
§whitespace_after_raise: Option<SimpleWhitespace<'a>>
§semicolon: Option<Semicolon<'a>>
Trait Implementations§
impl<'a> Eq for Raise<'a>
impl<'a> StructuralPartialEq for Raise<'a>
Auto Trait Implementations§
impl<'a> Freeze for Raise<'a>
impl<'a> RefUnwindSafe for Raise<'a>
impl<'a> Send for Raise<'a>
impl<'a> Sync for Raise<'a>
impl<'a> Unpin for Raise<'a>
impl<'a> UnwindSafe for Raise<'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