pub struct PioDiagnostics(/* private fields */);Expand description
Immutable diagnostic list.
Auto Trait Implementations§
impl Freeze for PioDiagnostics
impl RefUnwindSafe for PioDiagnostics
impl Send for PioDiagnostics
impl Sync for PioDiagnostics
impl Unpin for PioDiagnostics
impl UnsafeUnpin for PioDiagnostics
impl UnwindSafe for PioDiagnostics
Blanket Implementations§
impl<T> Allocation for T
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