pub struct Dump;Expand description
Dumps the Result data.
Trait Implementations§
impl Copy for Dump
Auto Trait Implementations§
impl Freeze for Dump
impl RefUnwindSafe for Dump
impl Send for Dump
impl Sync for Dump
impl Unpin for Dump
impl UnwindSafe for Dump
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