pub struct RangeReq {
pub path: String,
pub offset: u64,
pub len: u64,
}Expand description
One byte range of one file.
Fields§
§path: String§offset: u64§len: u64Bytes wanted. Fewer may come back at end of file, which is not an error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeReq
impl RefUnwindSafe for RangeReq
impl Send for RangeReq
impl Sync for RangeReq
impl Unpin for RangeReq
impl UnsafeUnpin for RangeReq
impl UnwindSafe for RangeReq
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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