pub struct DescribeCopyJobInput {
pub copy_job_id: String,
}
Fields§
§copy_job_id: String
Uniquely identifies a copy job.
Trait Implementations§
Source§impl Clone for DescribeCopyJobInput
impl Clone for DescribeCopyJobInput
Source§fn clone(&self) -> DescribeCopyJobInput
fn clone(&self) -> DescribeCopyJobInput
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 DescribeCopyJobInput
impl Debug for DescribeCopyJobInput
Source§impl Default for DescribeCopyJobInput
impl Default for DescribeCopyJobInput
Source§fn default() -> DescribeCopyJobInput
fn default() -> DescribeCopyJobInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeCopyJobInput
impl PartialEq for DescribeCopyJobInput
Source§impl Serialize for DescribeCopyJobInput
impl Serialize for DescribeCopyJobInput
impl StructuralPartialEq for DescribeCopyJobInput
Auto Trait Implementations§
impl Freeze for DescribeCopyJobInput
impl RefUnwindSafe for DescribeCopyJobInput
impl Send for DescribeCopyJobInput
impl Sync for DescribeCopyJobInput
impl Unpin for DescribeCopyJobInput
impl UnwindSafe for DescribeCopyJobInput
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