pub struct ScheduledJob {
pub job_ref: String,
pub queue_ref: String,
}Fields§
§job_ref: String[INTERNAL] Internal job reference.
queue_ref: String[INTERNAL] Internal queue reference.
Trait Implementations§
Source§impl Clone for ScheduledJob
impl Clone for ScheduledJob
Source§fn clone(&self) -> ScheduledJob
fn clone(&self) -> ScheduledJob
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScheduledJob
impl Debug for ScheduledJob
Source§impl<'de> Deserialize<'de> for ScheduledJob
impl<'de> Deserialize<'de> for ScheduledJob
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ScheduledJob
Source§impl PartialEq for ScheduledJob
impl PartialEq for ScheduledJob
Source§impl Serialize for ScheduledJob
impl Serialize for ScheduledJob
impl StructuralPartialEq for ScheduledJob
Auto Trait Implementations§
impl Freeze for ScheduledJob
impl RefUnwindSafe for ScheduledJob
impl Send for ScheduledJob
impl Sync for ScheduledJob
impl Unpin for ScheduledJob
impl UnsafeUnpin for ScheduledJob
impl UnwindSafe for ScheduledJob
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