pub struct ContentRangeBytes {
pub first_byte: u64,
pub last_byte: u64,
pub complete_length: u64,
}Fields§
§first_byte: u64§last_byte: u64§complete_length: u64Trait Implementations§
Source§impl Clone for ContentRangeBytes
impl Clone for ContentRangeBytes
Source§fn clone(&self) -> ContentRangeBytes
fn clone(&self) -> ContentRangeBytes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentRangeBytes
impl Debug for ContentRangeBytes
Source§impl PartialEq for ContentRangeBytes
impl PartialEq for ContentRangeBytes
impl Copy for ContentRangeBytes
impl Eq for ContentRangeBytes
impl StructuralPartialEq for ContentRangeBytes
Auto Trait Implementations§
impl Freeze for ContentRangeBytes
impl RefUnwindSafe for ContentRangeBytes
impl Send for ContentRangeBytes
impl Sync for ContentRangeBytes
impl Unpin for ContentRangeBytes
impl UnwindSafe for ContentRangeBytes
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