pub struct TaskPatch {
pub input: Patch<String>,
pub next_at: Patch<Timestamp>,
pub deps: Patch<Vec<u64>>,
pub retry: Patch<String>,
pub cron: Patch<String>,
}Fields§
§input: Patch<String>§next_at: Patch<Timestamp>§deps: Patch<Vec<u64>>§retry: Patch<String>§cron: Patch<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskPatch
impl RefUnwindSafe for TaskPatch
impl Send for TaskPatch
impl Sync for TaskPatch
impl Unpin for TaskPatch
impl UnsafeUnpin for TaskPatch
impl UnwindSafe for TaskPatch
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