pub struct IcReplicaVersionSubnetRollout {
pub subnet_id: String,
pub proposal_id: u64,
pub executed_timestamp_seconds: u64,
}Expand description
IcReplicaVersionSubnetRollout
One Dashboard-recorded proposal assigning a Subnet to a replica version.
Fields§
§subnet_id: StringCanonical Subnet principal.
proposal_id: u64NNS proposal that assigned the Subnet to this version.
executed_timestamp_seconds: u64Proposal execution time as raw Unix seconds.
Trait Implementations§
Source§impl Clone for IcReplicaVersionSubnetRollout
impl Clone for IcReplicaVersionSubnetRollout
Source§fn clone(&self) -> IcReplicaVersionSubnetRollout
fn clone(&self) -> IcReplicaVersionSubnetRollout
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 moreimpl Eq for IcReplicaVersionSubnetRollout
impl StructuralPartialEq for IcReplicaVersionSubnetRollout
Auto Trait Implementations§
impl Freeze for IcReplicaVersionSubnetRollout
impl RefUnwindSafe for IcReplicaVersionSubnetRollout
impl Send for IcReplicaVersionSubnetRollout
impl Sync for IcReplicaVersionSubnetRollout
impl Unpin for IcReplicaVersionSubnetRollout
impl UnsafeUnpin for IcReplicaVersionSubnetRollout
impl UnwindSafe for IcReplicaVersionSubnetRollout
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