pub struct UnwindClause {
pub expr: Expr,
pub alias: String,
}Fields§
§expr: Expr§alias: StringTrait Implementations§
Source§impl Clone for UnwindClause
impl Clone for UnwindClause
Source§fn clone(&self) -> UnwindClause
fn clone(&self) -> UnwindClause
Returns a duplicate 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 moreSource§impl Debug for UnwindClause
impl Debug for UnwindClause
Source§impl PartialEq for UnwindClause
impl PartialEq for UnwindClause
impl StructuralPartialEq for UnwindClause
Auto Trait Implementations§
impl Freeze for UnwindClause
impl RefUnwindSafe for UnwindClause
impl Send for UnwindClause
impl Sync for UnwindClause
impl Unpin for UnwindClause
impl UnsafeUnpin for UnwindClause
impl UnwindSafe for UnwindClause
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