pub struct CopyFilePart<'a> { /* private fields */ }
Expand description
A request to copy from an existing file to a part of a large file.
Implementations§
Source§impl<'a> CopyFilePart<'a>
impl<'a> CopyFilePart<'a>
pub fn builder() -> CopyFilePartBuilder<'a>
Trait Implementations§
Source§impl<'a> Debug for CopyFilePart<'a>
impl<'a> Debug for CopyFilePart<'a>
Auto Trait Implementations§
impl<'a> Freeze for CopyFilePart<'a>
impl<'a> RefUnwindSafe for CopyFilePart<'a>
impl<'a> Send for CopyFilePart<'a>
impl<'a> Sync for CopyFilePart<'a>
impl<'a> Unpin for CopyFilePart<'a>
impl<'a> UnwindSafe for CopyFilePart<'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