Struct diagnostics_hierarchy::MissingValue
source · pub struct MissingValue {
pub reason: MissingValueReason,
pub name: String,
}
Expand description
A value that couldn’t be loaded in the hierarchy and the reason.
Fields§
§reason: MissingValueReason
Specific reason why the value couldn’t be loaded.
name: String
The name of the value.
Trait Implementations§
source§impl Clone for MissingValue
impl Clone for MissingValue
source§fn clone(&self) -> MissingValue
fn clone(&self) -> MissingValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MissingValue
impl Debug for MissingValue
source§impl PartialEq for MissingValue
impl PartialEq for MissingValue
source§fn eq(&self, other: &MissingValue) -> bool
fn eq(&self, other: &MissingValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MissingValue
Auto Trait Implementations§
impl Freeze for MissingValue
impl RefUnwindSafe for MissingValue
impl Send for MissingValue
impl Sync for MissingValue
impl Unpin for MissingValue
impl UnwindSafe for MissingValue
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)