pub struct ComponentDiagnostics {
pub tasks: Option<ComponentTasks>,
}
Fields§
§tasks: Option<ComponentTasks>
Trait Implementations§
Source§impl Debug for ComponentDiagnostics
impl Debug for ComponentDiagnostics
Source§impl Encodable for ComponentDiagnostics
impl Encodable for ComponentDiagnostics
Source§type Encoded = WireComponentDiagnostics
type Encoded = WireComponentDiagnostics
The wire type for the value.
§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
encoding instead of calling
encode
. Read moreSource§impl<___E> Encode<___E> for ComponentDiagnosticswhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<___E> for ComponentDiagnosticswhere
___E: Encoder + ?Sized + HandleEncoder,
Source§impl TakeFrom<WireComponentDiagnostics> for ComponentDiagnostics
impl TakeFrom<WireComponentDiagnostics> for ComponentDiagnostics
Source§fn take_from(from: &WireComponentDiagnostics) -> Self
fn take_from(from: &WireComponentDiagnostics) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreAuto Trait Implementations§
impl Freeze for ComponentDiagnostics
impl RefUnwindSafe for ComponentDiagnostics
impl Send for ComponentDiagnostics
impl Sync for ComponentDiagnostics
impl Unpin for ComponentDiagnostics
impl UnwindSafe for ComponentDiagnostics
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