pub struct Throw {
pub expr: Expr,
}
Fields§
§expr: Expr
Implementations§
Trait Implementations§
impl StructuralPartialEq for Throw
Auto Trait Implementations§
impl Freeze for Throw
impl RefUnwindSafe for Throw
impl Send for Throw
impl Sync for Throw
impl Unpin for Throw
impl UnwindSafe for Throw
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