#[non_exhaustive]pub struct BestEffortTrap {}Expand description
A best-effort trap that sends errors to standard error if possible.
If standard error is not available, it does nothing.
Trait Implementations§
Source§impl Debug for BestEffortTrap
impl Debug for BestEffortTrap
Source§impl Default for BestEffortTrap
impl Default for BestEffortTrap
Source§fn default() -> BestEffortTrap
fn default() -> BestEffortTrap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BestEffortTrap
impl RefUnwindSafe for BestEffortTrap
impl Send for BestEffortTrap
impl Sync for BestEffortTrap
impl Unpin for BestEffortTrap
impl UnwindSafe for BestEffortTrap
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