pub enum RootComponentAllocationPhase {
Reserved,
}Expand description
RootComponentAllocationPhase
Durable root-local progress of one top-level Component allocation operation.
Variants§
Reserved
Trait Implementations§
Source§impl Clone for RootComponentAllocationPhase
impl Clone for RootComponentAllocationPhase
Source§fn clone(&self) -> RootComponentAllocationPhase
fn clone(&self) -> RootComponentAllocationPhase
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 RootComponentAllocationPhase
Source§impl Debug for RootComponentAllocationPhase
impl Debug for RootComponentAllocationPhase
Source§impl<'de> Deserialize<'de> for RootComponentAllocationPhase
impl<'de> Deserialize<'de> for RootComponentAllocationPhase
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 RootComponentAllocationPhase
impl StructuralPartialEq for RootComponentAllocationPhase
Auto Trait Implementations§
impl Freeze for RootComponentAllocationPhase
impl RefUnwindSafe for RootComponentAllocationPhase
impl Send for RootComponentAllocationPhase
impl Sync for RootComponentAllocationPhase
impl Unpin for RootComponentAllocationPhase
impl UnsafeUnpin for RootComponentAllocationPhase
impl UnwindSafe for RootComponentAllocationPhase
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