Struct b2_client::file::CopyFilePart
source · [−]pub struct CopyFilePart<'a> { /* private fields */ }Expand description
A request to copy from an existing file to a part of a large file.
Implementations
sourceimpl<'a> CopyFilePart<'a>
impl<'a> CopyFilePart<'a>
pub fn builder() -> CopyFilePartBuilder<'a>
Trait Implementations
sourceimpl<'a> Debug for CopyFilePart<'a>
impl<'a> Debug for CopyFilePart<'a>
sourceimpl<'a> Serialize for CopyFilePart<'a>
impl<'a> Serialize for CopyFilePart<'a>
Auto Trait Implementations
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
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