Struct actix_files::HttpRange
source · pub struct HttpRange {
pub start: u64,
pub length: u64,
}
Expand description
HTTP Range header representation.
Fields§
§start: u64
Start of range.
length: u64
Length of range.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpRange
impl RefUnwindSafe for HttpRange
impl Send for HttpRange
impl Sync for HttpRange
impl Unpin for HttpRange
impl UnwindSafe for HttpRange
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