pub struct NoProblem;Expand description
ProblemReceiver that discards all problems.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoProblem
impl RefUnwindSafe for NoProblem
impl Send for NoProblem
impl Sync for NoProblem
impl Unpin for NoProblem
impl UnsafeUnpin for NoProblem
impl UnwindSafe for NoProblem
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