pub struct ComponentRegistryPartitionResponse {
pub head: ComponentRegistryHead,
pub binding: ComponentBinding,
pub provisioning_origin: ComponentProvisioningOrigin,
pub release_set: FleetSubnetRootReleaseSet,
pub status: ComponentLifecycleStatus,
pub reserved_descendants: u32,
pub committed_descendants: u32,
pub encoded_bytes: u64,
}Expand description
ComponentRegistryPartitionResponse
Protected top-level row and independent head of one Component Registry partition.
Fields§
§head: ComponentRegistryHead§binding: ComponentBinding§provisioning_origin: ComponentProvisioningOrigin§release_set: FleetSubnetRootReleaseSet§status: ComponentLifecycleStatus§reserved_descendants: u32§committed_descendants: u32§encoded_bytes: u64Trait Implementations§
Source§impl Clone for ComponentRegistryPartitionResponse
impl Clone for ComponentRegistryPartitionResponse
Source§fn clone(&self) -> ComponentRegistryPartitionResponse
fn clone(&self) -> ComponentRegistryPartitionResponse
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<'de> Deserialize<'de> for ComponentRegistryPartitionResponse
impl<'de> Deserialize<'de> for ComponentRegistryPartitionResponse
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 ComponentRegistryPartitionResponse
impl StructuralPartialEq for ComponentRegistryPartitionResponse
Auto Trait Implementations§
impl Freeze for ComponentRegistryPartitionResponse
impl RefUnwindSafe for ComponentRegistryPartitionResponse
impl Send for ComponentRegistryPartitionResponse
impl Sync for ComponentRegistryPartitionResponse
impl Unpin for ComponentRegistryPartitionResponse
impl UnsafeUnpin for ComponentRegistryPartitionResponse
impl UnwindSafe for ComponentRegistryPartitionResponse
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