pub struct Traced(pub(super) Response);
Tuple Fields§
§0: Response
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Traced
impl !RefUnwindSafe for Traced
impl Send for Traced
impl Sync for Traced
impl Unpin for Traced
impl !UnwindSafe for Traced
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