pub struct AttemptRef {
pub task_id: String,
pub attempt_id: String,
}Fields§
§task_id: String§attempt_id: StringTrait Implementations§
Source§impl Clone for AttemptRef
impl Clone for AttemptRef
Source§impl Debug for AttemptRef
impl Debug for AttemptRef
Source§impl<'de> Deserialize<'de> for AttemptRef
impl<'de> Deserialize<'de> for AttemptRef
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 AttemptRef
Source§impl PartialEq for AttemptRef
impl PartialEq for AttemptRef
Source§impl Serialize for AttemptRef
impl Serialize for AttemptRef
impl StructuralPartialEq for AttemptRef
Auto Trait Implementations§
impl Freeze for AttemptRef
impl RefUnwindSafe for AttemptRef
impl Send for AttemptRef
impl Sync for AttemptRef
impl Unpin for AttemptRef
impl UnsafeUnpin for AttemptRef
impl UnwindSafe for AttemptRef
Blanket Implementations§
impl<T> ArtifactLease for T
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