pub struct NullReportStack;Expand description
A null error stack which ignores all data attached to it.
Trait Implementations§
Source§impl Clone for NullReportStack
impl Clone for NullReportStack
Source§fn clone(&self) -> NullReportStack
fn clone(&self) -> NullReportStack
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NullReportStack
impl Debug for NullReportStack
Source§impl Display for NullReportStack
impl Display for NullReportStack
impl Copy for NullReportStack
Auto Trait Implementations§
impl Freeze for NullReportStack
impl RefUnwindSafe for NullReportStack
impl Send for NullReportStack
impl Sync for NullReportStack
impl Unpin for NullReportStack
impl UnwindSafe for NullReportStack
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