pub struct ReducePanic { /* private fields */ }Expand description
A reducer panic caught by catch_reduce or CatchReducer.
Implementations§
Trait Implementations§
Source§impl Clone for ReducePanic
impl Clone for ReducePanic
Source§fn clone(&self) -> ReducePanic
fn clone(&self) -> ReducePanic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReducePanic
impl Debug for ReducePanic
impl Eq for ReducePanic
Source§impl PartialEq for ReducePanic
impl PartialEq for ReducePanic
Source§fn eq(&self, other: &ReducePanic) -> bool
fn eq(&self, other: &ReducePanic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReducePanic
Auto Trait Implementations§
impl Freeze for ReducePanic
impl RefUnwindSafe for ReducePanic
impl Send for ReducePanic
impl Sync for ReducePanic
impl Unpin for ReducePanic
impl UnsafeUnpin for ReducePanic
impl UnwindSafe for ReducePanic
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