pub struct DiagBox(/* private fields */);Expand description
Container for dynamically dispatched implementers of Diag.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiagBox
impl !RefUnwindSafe for DiagBox
impl Send for DiagBox
impl Sync for DiagBox
impl Unpin for DiagBox
impl !UnwindSafe for DiagBox
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