pub struct FleetSubnetRootEntry {
pub placement_subnet: SubnetId,
pub fleet_subnet_root: Principal,
pub component_admissions: Vec<ComponentSpecAdmission>,
pub component_topology_digest: ComponentTopologyDigest,
pub active_release_set: FleetSubnetRootReleaseSet,
pub limits: FleetSubnetRootLimits,
pub status: FleetSubnetRootStatus,
}Expand description
FleetSubnetRootEntry
One Fleet Subnet Root’s immutable placement and admission facts plus lifecycle state.
Fields§
§placement_subnet: SubnetId§fleet_subnet_root: Principal§component_admissions: Vec<ComponentSpecAdmission>§component_topology_digest: ComponentTopologyDigest§active_release_set: FleetSubnetRootReleaseSet§limits: FleetSubnetRootLimits§status: FleetSubnetRootStatusTrait Implementations§
Source§impl CandidType for FleetSubnetRootEntry
impl CandidType for FleetSubnetRootEntry
Source§impl Clone for FleetSubnetRootEntry
impl Clone for FleetSubnetRootEntry
Source§fn clone(&self) -> FleetSubnetRootEntry
fn clone(&self) -> FleetSubnetRootEntry
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 FleetSubnetRootEntry
impl Debug for FleetSubnetRootEntry
Source§impl<'de> Deserialize<'de> for FleetSubnetRootEntry
impl<'de> Deserialize<'de> for FleetSubnetRootEntry
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 FleetSubnetRootEntry
Source§impl PartialEq for FleetSubnetRootEntry
impl PartialEq for FleetSubnetRootEntry
Source§impl Serialize for FleetSubnetRootEntry
impl Serialize for FleetSubnetRootEntry
impl StructuralPartialEq for FleetSubnetRootEntry
Auto Trait Implementations§
impl Freeze for FleetSubnetRootEntry
impl RefUnwindSafe for FleetSubnetRootEntry
impl Send for FleetSubnetRootEntry
impl Sync for FleetSubnetRootEntry
impl Unpin for FleetSubnetRootEntry
impl UnsafeUnpin for FleetSubnetRootEntry
impl UnwindSafe for FleetSubnetRootEntry
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