Struct fuchsia_inspect::types::LazyNode
source · pub struct LazyNode { /* private fields */ }
Expand description
Inspect Lazy Node data type. NOTE: do not rely on PartialEq implementation for true comparison. Instead leverage the reader.
NOTE: Operations on a Default value are no-ops.
Trait Implementations§
source§impl PartialEq for LazyNode
impl PartialEq for LazyNode
impl Eq for LazyNode
impl InspectType for LazyNode
impl StructuralPartialEq for LazyNode
Auto Trait Implementations§
impl Freeze for LazyNode
impl !RefUnwindSafe for LazyNode
impl Send for LazyNode
impl Sync for LazyNode
impl Unpin for LazyNode
impl !UnwindSafe for LazyNode
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