pub struct MultipartCopyResult {
pub object: ObjectInfo,
pub upload_id: String,
pub part_count: usize,
pub bytes_copied: u64,
}Expand description
Successful multipart copy details.
Fields§
§object: ObjectInfoDestination object metadata.
upload_id: StringService upload identifier used for the completed operation.
part_count: usizeNumber of successfully completed parts.
bytes_copied: u64Logical bytes copied.
Trait Implementations§
Source§impl Clone for MultipartCopyResult
impl Clone for MultipartCopyResult
Source§fn clone(&self) -> MultipartCopyResult
fn clone(&self) -> MultipartCopyResult
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 MultipartCopyResult
impl RefUnwindSafe for MultipartCopyResult
impl Send for MultipartCopyResult
impl Sync for MultipartCopyResult
impl Unpin for MultipartCopyResult
impl UnsafeUnpin for MultipartCopyResult
impl UnwindSafe for MultipartCopyResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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