pub struct ChildAttemptCausation {
pub task_id: TaskId,
pub attempt_id: AttemptId,
pub request_seq: u32,
}Fields§
§task_id: TaskId§attempt_id: AttemptId§request_seq: u32Position in the child’s parent_requests list. Derived from that stable order — a host
never picks it.
Trait Implementations§
Source§impl Clone for ChildAttemptCausation
impl Clone for ChildAttemptCausation
Source§fn clone(&self) -> ChildAttemptCausation
fn clone(&self) -> ChildAttemptCausation
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 ChildAttemptCausation
impl Debug for ChildAttemptCausation
Source§impl<'de> Deserialize<'de> for ChildAttemptCausation
impl<'de> Deserialize<'de> for ChildAttemptCausation
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
Source§impl PartialEq for ChildAttemptCausation
impl PartialEq for ChildAttemptCausation
Source§impl Serialize for ChildAttemptCausation
impl Serialize for ChildAttemptCausation
impl StructuralPartialEq for ChildAttemptCausation
Auto Trait Implementations§
impl Freeze for ChildAttemptCausation
impl RefUnwindSafe for ChildAttemptCausation
impl Send for ChildAttemptCausation
impl Sync for ChildAttemptCausation
impl Unpin for ChildAttemptCausation
impl UnsafeUnpin for ChildAttemptCausation
impl UnwindSafe for ChildAttemptCausation
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