#[non_exhaustive]pub struct CancelImageImportJobResponse { /* private fields */ }Expand description
Response message for ‘CancelImageImportJob’ request.
Implementations§
Trait Implementations§
Source§impl Clone for CancelImageImportJobResponse
impl Clone for CancelImageImportJobResponse
Source§fn clone(&self) -> CancelImageImportJobResponse
fn clone(&self) -> CancelImageImportJobResponse
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 CancelImageImportJobResponse
impl Debug for CancelImageImportJobResponse
Source§impl Default for CancelImageImportJobResponse
impl Default for CancelImageImportJobResponse
Source§fn default() -> CancelImageImportJobResponse
fn default() -> CancelImageImportJobResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for CancelImageImportJobResponse
impl PartialEq for CancelImageImportJobResponse
Source§fn eq(&self, other: &CancelImageImportJobResponse) -> bool
fn eq(&self, other: &CancelImageImportJobResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CancelImageImportJobResponse
Auto Trait Implementations§
impl Freeze for CancelImageImportJobResponse
impl RefUnwindSafe for CancelImageImportJobResponse
impl Send for CancelImageImportJobResponse
impl Sync for CancelImageImportJobResponse
impl Unpin for CancelImageImportJobResponse
impl UnsafeUnpin for CancelImageImportJobResponse
impl UnwindSafe for CancelImageImportJobResponse
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