pub struct CopyFile<'a> { /* private fields */ }
Expand description
A request to copy a file from a bucket, potentially to a different bucket.
Use CopyFileBuilder to create a CopyFile
, then pass it to copy_file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CopyFile<'a>
impl<'a> RefUnwindSafe for CopyFile<'a>
impl<'a> Send for CopyFile<'a>
impl<'a> Sync for CopyFile<'a>
impl<'a> Unpin for CopyFile<'a>
impl<'a> UnwindSafe for CopyFile<'a>
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