pub struct DefaultReduceActionError;Expand description
Default error type for reduce action
Trait Implementations§
Source§impl Debug for DefaultReduceActionError
impl Debug for DefaultReduceActionError
Source§impl Default for DefaultReduceActionError
impl Default for DefaultReduceActionError
Source§fn default() -> DefaultReduceActionError
fn default() -> DefaultReduceActionError
Returns the “default value” for a type. Read more
Source§impl Display for DefaultReduceActionError
impl Display for DefaultReduceActionError
Source§impl Error for DefaultReduceActionError
impl Error for DefaultReduceActionError
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for DefaultReduceActionError
impl RefUnwindSafe for DefaultReduceActionError
impl Send for DefaultReduceActionError
impl Sync for DefaultReduceActionError
impl Unpin for DefaultReduceActionError
impl UnwindSafe for DefaultReduceActionError
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