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
sourceimpl<'a> CopyFile<'a>
impl<'a> CopyFile<'a>
pub fn builder() -> CopyFileBuilder<'a>
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more