pub struct ComponentDirectoryChildEntry {
pub binding: ComponentChildBinding,
pub kind: ComponentChildKind,
pub installed_artifact_hash: [u8; 32],
pub status: ComponentLifecycleStatus,
}Expand description
ComponentDirectoryChildEntry
One authoritative normalized child projected with its complete protected binding.
Fields§
§binding: ComponentChildBinding§kind: ComponentChildKind§installed_artifact_hash: [u8; 32]§status: ComponentLifecycleStatusTrait Implementations§
Source§impl Clone for ComponentDirectoryChildEntry
impl Clone for ComponentDirectoryChildEntry
Source§fn clone(&self) -> ComponentDirectoryChildEntry
fn clone(&self) -> ComponentDirectoryChildEntry
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 moreSource§impl Debug for ComponentDirectoryChildEntry
impl Debug for ComponentDirectoryChildEntry
Source§impl<'de> Deserialize<'de> for ComponentDirectoryChildEntry
impl<'de> Deserialize<'de> for ComponentDirectoryChildEntry
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 ComponentDirectoryChildEntry
impl StructuralPartialEq for ComponentDirectoryChildEntry
Auto Trait Implementations§
impl Freeze for ComponentDirectoryChildEntry
impl RefUnwindSafe for ComponentDirectoryChildEntry
impl Send for ComponentDirectoryChildEntry
impl Sync for ComponentDirectoryChildEntry
impl Unpin for ComponentDirectoryChildEntry
impl UnsafeUnpin for ComponentDirectoryChildEntry
impl UnwindSafe for ComponentDirectoryChildEntry
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