pub struct OnPublishDiagnostics;
Trait Implementations§
Source§impl Method for OnPublishDiagnostics
impl Method for OnPublishDiagnostics
Source§type Protocol = ComponentController
type Protocol = ComponentController
The protocol the method is a member of.
Source§type Response = WireComponentControllerOnPublishDiagnosticsRequest
type Response = WireComponentControllerOnPublishDiagnosticsRequest
The response payload for the method.
Auto Trait Implementations§
impl Freeze for OnPublishDiagnostics
impl RefUnwindSafe for OnPublishDiagnostics
impl Send for OnPublishDiagnostics
impl Sync for OnPublishDiagnostics
impl Unpin for OnPublishDiagnostics
impl UnwindSafe for OnPublishDiagnostics
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