pub struct PromoteBlockedToEligibleArgs {
pub execution_id: ExecutionId,
pub now: TimestampMs,
}Fields§
§execution_id: ExecutionId§now: TimestampMsTrait Implementations§
Source§impl Clone for PromoteBlockedToEligibleArgs
impl Clone for PromoteBlockedToEligibleArgs
Source§fn clone(&self) -> PromoteBlockedToEligibleArgs
fn clone(&self) -> PromoteBlockedToEligibleArgs
Returns a duplicate of the value. Read more
1.0.0 · 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 PromoteBlockedToEligibleArgs
impl Debug for PromoteBlockedToEligibleArgs
Source§impl<'de> Deserialize<'de> for PromoteBlockedToEligibleArgs
impl<'de> Deserialize<'de> for PromoteBlockedToEligibleArgs
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
Auto Trait Implementations§
impl Freeze for PromoteBlockedToEligibleArgs
impl RefUnwindSafe for PromoteBlockedToEligibleArgs
impl Send for PromoteBlockedToEligibleArgs
impl Sync for PromoteBlockedToEligibleArgs
impl Unpin for PromoteBlockedToEligibleArgs
impl UnsafeUnpin for PromoteBlockedToEligibleArgs
impl UnwindSafe for PromoteBlockedToEligibleArgs
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