pub enum WorkerConfigKind {
Normal,
Cron {
schedule: String,
queue_key: String,
},
}Variants§
Auto Trait Implementations§
impl Freeze for WorkerConfigKind
impl RefUnwindSafe for WorkerConfigKind
impl Send for WorkerConfigKind
impl Sync for WorkerConfigKind
impl Unpin for WorkerConfigKind
impl UnwindSafe for WorkerConfigKind
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