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