#[non_exhaustive]pub struct NoTrace;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTrace
impl RefUnwindSafe for NoTrace
impl Send for NoTrace
impl Sync for NoTrace
impl Unpin for NoTrace
impl UnwindSafe for NoTrace
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