pub struct DescribeCopyJobOutput {
pub copy_job: Option<CopyJob>,
}
Fields§
§copy_job: Option<CopyJob>
Contains detailed information about a copy job.
Trait Implementations§
Source§impl Clone for DescribeCopyJobOutput
impl Clone for DescribeCopyJobOutput
Source§fn clone(&self) -> DescribeCopyJobOutput
fn clone(&self) -> DescribeCopyJobOutput
Returns a copy 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 DescribeCopyJobOutput
impl Debug for DescribeCopyJobOutput
Source§impl Default for DescribeCopyJobOutput
impl Default for DescribeCopyJobOutput
Source§fn default() -> DescribeCopyJobOutput
fn default() -> DescribeCopyJobOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeCopyJobOutput
impl<'de> Deserialize<'de> for DescribeCopyJobOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeCopyJobOutput
impl PartialEq for DescribeCopyJobOutput
impl StructuralPartialEq for DescribeCopyJobOutput
Auto Trait Implementations§
impl Freeze for DescribeCopyJobOutput
impl RefUnwindSafe for DescribeCopyJobOutput
impl Send for DescribeCopyJobOutput
impl Sync for DescribeCopyJobOutput
impl Unpin for DescribeCopyJobOutput
impl UnwindSafe for DescribeCopyJobOutput
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