pub struct ContentRangeUnbound {
pub first_byte: u64,
pub last_byte: u64,
}Fields§
§first_byte: u64§last_byte: u64Trait Implementations§
Source§impl Clone for ContentRangeUnbound
impl Clone for ContentRangeUnbound
Source§fn clone(&self) -> ContentRangeUnbound
fn clone(&self) -> ContentRangeUnbound
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 ContentRangeUnbound
impl Debug for ContentRangeUnbound
Source§impl PartialEq for ContentRangeUnbound
impl PartialEq for ContentRangeUnbound
impl Copy for ContentRangeUnbound
impl Eq for ContentRangeUnbound
impl StructuralPartialEq for ContentRangeUnbound
Auto Trait Implementations§
impl Freeze for ContentRangeUnbound
impl RefUnwindSafe for ContentRangeUnbound
impl Send for ContentRangeUnbound
impl Sync for ContentRangeUnbound
impl Unpin for ContentRangeUnbound
impl UnwindSafe for ContentRangeUnbound
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