pub struct BytesOffset(/* private fields */);
Expand description
A strong type unit when offsetting especially in resuming download or upload.
Trait Implementations§
Source§impl Deref for BytesOffset
impl Deref for BytesOffset
Source§impl DerefMut for BytesOffset
impl DerefMut for BytesOffset
Auto Trait Implementations§
impl Freeze for BytesOffset
impl RefUnwindSafe for BytesOffset
impl Send for BytesOffset
impl Sync for BytesOffset
impl Unpin for BytesOffset
impl UnwindSafe for BytesOffset
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