pub struct UpdateProgressInput {
pub stage_key: String,
pub info: JobStageInfoInput,
}Fields§
§stage_key: String§info: JobStageInfoInputTrait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateProgressInput
impl RefUnwindSafe for UpdateProgressInput
impl Send for UpdateProgressInput
impl Sync for UpdateProgressInput
impl Unpin for UpdateProgressInput
impl UnsafeUnpin for UpdateProgressInput
impl UnwindSafe for UpdateProgressInput
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