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