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