pub struct ComponentDirectoryHead {
pub provenance: ComponentDirectoryProvenance,
pub descendant_count: u32,
}Expand description
ComponentDirectoryHead
Compact independently versioned discovery projection for one Component tree.
Fields§
§provenance: ComponentDirectoryProvenance§descendant_count: u32Trait Implementations§
Source§impl CandidType for ComponentDirectoryHead
impl CandidType for ComponentDirectoryHead
Source§impl Clone for ComponentDirectoryHead
impl Clone for ComponentDirectoryHead
Source§fn clone(&self) -> ComponentDirectoryHead
fn clone(&self) -> ComponentDirectoryHead
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 ComponentDirectoryHead
impl Debug for ComponentDirectoryHead
Source§impl<'de> Deserialize<'de> for ComponentDirectoryHead
impl<'de> Deserialize<'de> for ComponentDirectoryHead
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 ComponentDirectoryHead
Source§impl PartialEq for ComponentDirectoryHead
impl PartialEq for ComponentDirectoryHead
Source§impl Serialize for ComponentDirectoryHead
impl Serialize for ComponentDirectoryHead
impl StructuralPartialEq for ComponentDirectoryHead
Auto Trait Implementations§
impl Freeze for ComponentDirectoryHead
impl RefUnwindSafe for ComponentDirectoryHead
impl Send for ComponentDirectoryHead
impl Sync for ComponentDirectoryHead
impl Unpin for ComponentDirectoryHead
impl UnsafeUnpin for ComponentDirectoryHead
impl UnwindSafe for ComponentDirectoryHead
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