pub struct GetDiagnostics;Expand description
Marker type for the GetDiagnostics action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetDiagnostics
impl RefUnwindSafe for GetDiagnostics
impl Send for GetDiagnostics
impl Sync for GetDiagnostics
impl Unpin for GetDiagnostics
impl UnsafeUnpin for GetDiagnostics
impl UnwindSafe for GetDiagnostics
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