pub struct Traced;Expand description
One subject a decision trace entry is about.
Trait Implementations§
impl Copy for Traced
impl Eq for Traced
impl StructuralPartialEq for Traced
Auto Trait Implementations§
impl Freeze for Traced
impl RefUnwindSafe for Traced
impl Send for Traced
impl Sync for Traced
impl Unpin for Traced
impl UnsafeUnpin 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