pub struct JobPayload {
pub data: Value,
pub options: PushOptions,
}Expand description
Batch job input for push_batch.
Fields§
§data: Value§options: PushOptionsTrait Implementations§
Source§impl Clone for JobPayload
impl Clone for JobPayload
Source§fn clone(&self) -> JobPayload
fn clone(&self) -> JobPayload
Returns a duplicate of the value. Read more
1.0.0 · 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 JobPayload
impl Debug for JobPayload
Auto Trait Implementations§
impl Freeze for JobPayload
impl RefUnwindSafe for JobPayload
impl Send for JobPayload
impl Sync for JobPayload
impl Unpin for JobPayload
impl UnsafeUnpin for JobPayload
impl UnwindSafe for JobPayload
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