pub struct ExceptHandler {
pub span: Span,
pub typ: Option<Box<Expression>>,
pub name: Option<String>,
pub body: Vec<Statement>,
}
Fields§
§span: Span
§typ: Option<Box<Expression>>
§name: Option<String>
§body: Vec<Statement>
Trait Implementations§
Source§impl Clone for ExceptHandler
impl Clone for ExceptHandler
Source§fn clone(&self) -> ExceptHandler
fn clone(&self) -> ExceptHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ExceptHandler
impl RefUnwindSafe for ExceptHandler
impl Send for ExceptHandler
impl Sync for ExceptHandler
impl Unpin for ExceptHandler
impl UnwindSafe for ExceptHandler
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