pub enum ErrorHandlerOptions {
ReturnOnFirstError,
FilterOutErrors,
CoerceErrorsToInvalidMsg,
}Variants§
Trait Implementations§
Source§impl Clone for ErrorHandlerOptions
impl Clone for ErrorHandlerOptions
Source§fn clone(&self) -> ErrorHandlerOptions
fn clone(&self) -> ErrorHandlerOptions
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 moreimpl Copy for ErrorHandlerOptions
Source§impl Debug for ErrorHandlerOptions
impl Debug for ErrorHandlerOptions
Source§impl From<bool> for ErrorHandlerOptions
Impl from bool for backwards compatibility
impl From<bool> for ErrorHandlerOptions
Impl from bool for backwards compatibility
Auto Trait Implementations§
impl Freeze for ErrorHandlerOptions
impl RefUnwindSafe for ErrorHandlerOptions
impl Send for ErrorHandlerOptions
impl Sync for ErrorHandlerOptions
impl Unpin for ErrorHandlerOptions
impl UnsafeUnpin for ErrorHandlerOptions
impl UnwindSafe for ErrorHandlerOptions
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