pub struct JobsForm {
pub object: bool,
pub extras: Map<String, Value>,
}Expand description
The form cron/jobs.json was read in, remembered for the emit.
Fields§
§object: bool{"jobs": [...], ...} (true) or a bare array (false).
extras: Map<String, Value>The envelope’s other keys (updated_at, …), verbatim.
Trait Implementations§
impl StructuralPartialEq for JobsForm
Auto Trait Implementations§
impl Freeze for JobsForm
impl RefUnwindSafe for JobsForm
impl Send for JobsForm
impl Sync for JobsForm
impl Unpin for JobsForm
impl UnsafeUnpin for JobsForm
impl UnwindSafe for JobsForm
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