pub struct ExecutorExecutionMaintenanceMutation { /* private fields */ }Expand description
One exact physical pool mutation completed while an executor was trying to make an unsubmitted frontier runnable.
Implementations§
Source§impl ExecutorExecutionMaintenanceMutation
impl ExecutorExecutionMaintenanceMutation
pub fn pool_id(&self) -> &DynamicBackingPoolId
pub const fn domain_id(&self) -> CapacityDomainId
pub fn chunk(&self) -> &BackingChunkIdentity
pub const fn chunk_bytes(&self) -> u64
pub const fn published_capacity_bytes(&self) -> u64
pub const fn capacity_epoch(&self) -> u64
Trait Implementations§
Source§impl Clone for ExecutorExecutionMaintenanceMutation
impl Clone for ExecutorExecutionMaintenanceMutation
Source§fn clone(&self) -> ExecutorExecutionMaintenanceMutation
fn clone(&self) -> ExecutorExecutionMaintenanceMutation
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 ExecutorExecutionMaintenanceMutation
impl StructuralPartialEq for ExecutorExecutionMaintenanceMutation
Auto Trait Implementations§
impl Freeze for ExecutorExecutionMaintenanceMutation
impl RefUnwindSafe for ExecutorExecutionMaintenanceMutation
impl Send for ExecutorExecutionMaintenanceMutation
impl Sync for ExecutorExecutionMaintenanceMutation
impl Unpin for ExecutorExecutionMaintenanceMutation
impl UnsafeUnpin for ExecutorExecutionMaintenanceMutation
impl UnwindSafe for ExecutorExecutionMaintenanceMutation
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