pub struct FleetSubnetRootDirectoryEntry {
pub placement_subnet: SubnetId,
pub fleet_subnet_root: Principal,
pub status: FleetSubnetRootStatus,
}Expand description
FleetSubnetRootDirectoryEntry
One root placement and lifecycle status projected from the complete Fleet Registry.
Fields§
§placement_subnet: SubnetId§fleet_subnet_root: Principal§status: FleetSubnetRootStatusTrait Implementations§
Source§impl Clone for FleetSubnetRootDirectoryEntry
impl Clone for FleetSubnetRootDirectoryEntry
Source§fn clone(&self) -> FleetSubnetRootDirectoryEntry
fn clone(&self) -> FleetSubnetRootDirectoryEntry
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 FleetSubnetRootDirectoryEntry
impl<'de> Deserialize<'de> for FleetSubnetRootDirectoryEntry
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 FleetSubnetRootDirectoryEntry
impl StructuralPartialEq for FleetSubnetRootDirectoryEntry
Auto Trait Implementations§
impl Freeze for FleetSubnetRootDirectoryEntry
impl RefUnwindSafe for FleetSubnetRootDirectoryEntry
impl Send for FleetSubnetRootDirectoryEntry
impl Sync for FleetSubnetRootDirectoryEntry
impl Unpin for FleetSubnetRootDirectoryEntry
impl UnsafeUnpin for FleetSubnetRootDirectoryEntry
impl UnwindSafe for FleetSubnetRootDirectoryEntry
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