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