pub struct RootComponentChildAllocationFailure {
pub diagnostic_code: u16,
pub failed_at_ns: u64,
pub consecutive_failures: u32,
pub retry_at_ns: u64,
}Expand description
Latest bounded failure of a retained child allocation; not lifecycle progress.
Fields§
§diagnostic_code: u16§failed_at_ns: u64§consecutive_failures: u32§retry_at_ns: u64Trait Implementations§
Source§impl Clone for RootComponentChildAllocationFailure
impl Clone for RootComponentChildAllocationFailure
Source§fn clone(&self) -> RootComponentChildAllocationFailure
fn clone(&self) -> RootComponentChildAllocationFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RootComponentChildAllocationFailure
Source§impl<'de> Deserialize<'de> for RootComponentChildAllocationFailure
impl<'de> Deserialize<'de> for RootComponentChildAllocationFailure
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RootComponentChildAllocationFailure
impl StructuralPartialEq for RootComponentChildAllocationFailure
Auto Trait Implementations§
impl Freeze for RootComponentChildAllocationFailure
impl RefUnwindSafe for RootComponentChildAllocationFailure
impl Send for RootComponentChildAllocationFailure
impl Sync for RootComponentChildAllocationFailure
impl Unpin for RootComponentChildAllocationFailure
impl UnsafeUnpin for RootComponentChildAllocationFailure
impl UnwindSafe for RootComponentChildAllocationFailure
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