#[non_exhaustive]pub struct RetryJobResponse { /* private fields */ }
Expand description
The response object from ‘RetryJob’.
Implementations§
Trait Implementations§
Source§impl Clone for RetryJobResponse
impl Clone for RetryJobResponse
Source§fn clone(&self) -> RetryJobResponse
fn clone(&self) -> RetryJobResponse
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 RetryJobResponse
impl Debug for RetryJobResponse
Source§impl Default for RetryJobResponse
impl Default for RetryJobResponse
Source§fn default() -> RetryJobResponse
fn default() -> RetryJobResponse
Returns the “default value” for a type. Read more
Source§impl Message for RetryJobResponse
impl Message for RetryJobResponse
Source§impl PartialEq for RetryJobResponse
impl PartialEq for RetryJobResponse
impl StructuralPartialEq for RetryJobResponse
Auto Trait Implementations§
impl Freeze for RetryJobResponse
impl RefUnwindSafe for RetryJobResponse
impl Send for RetryJobResponse
impl Sync for RetryJobResponse
impl Unpin for RetryJobResponse
impl UnwindSafe for RetryJobResponse
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