pub struct JobDefinition {
pub job: Arc<dyn Job>,
pub trigger: Arc<dyn JobTrigger>,
pub name: String,
}Fields§
§job: Arc<dyn Job>§trigger: Arc<dyn JobTrigger>§name: StringAuto Trait Implementations§
impl Freeze for JobDefinition
impl !RefUnwindSafe for JobDefinition
impl Send for JobDefinition
impl Sync for JobDefinition
impl Unpin for JobDefinition
impl !UnwindSafe for JobDefinition
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