pub struct UploadPartCopyOutput {
pub request_id: String,
pub etag: String,
pub part_number: u32,
pub last_modified: String,
}Fields§
§request_id: String§etag: String§part_number: u32§last_modified: StringTrait Implementations§
Source§impl Clone for UploadPartCopyOutput
impl Clone for UploadPartCopyOutput
Source§fn clone(&self) -> UploadPartCopyOutput
fn clone(&self) -> UploadPartCopyOutput
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 moreAuto Trait Implementations§
impl Freeze for UploadPartCopyOutput
impl RefUnwindSafe for UploadPartCopyOutput
impl Send for UploadPartCopyOutput
impl Sync for UploadPartCopyOutput
impl Unpin for UploadPartCopyOutput
impl UnsafeUnpin for UploadPartCopyOutput
impl UnwindSafe for UploadPartCopyOutput
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