pub struct FailFastErrorRecipient;
Expand description
ErrorRecipient that fails on the first given error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailFastErrorRecipient
impl RefUnwindSafe for FailFastErrorRecipient
impl Send for FailFastErrorRecipient
impl Sync for FailFastErrorRecipient
impl Unpin for FailFastErrorRecipient
impl UnwindSafe for FailFastErrorRecipient
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