pub struct RangeResponseHeader(pub Chunk);
Tuple Fields
0: Chunk
Trait Implementations
sourceimpl Clone for RangeResponseHeader
impl Clone for RangeResponseHeader
sourcefn clone(&self) -> RangeResponseHeader
fn clone(&self) -> RangeResponseHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RangeResponseHeader
impl Debug for RangeResponseHeader
sourceimpl PartialEq<RangeResponseHeader> for RangeResponseHeader
impl PartialEq<RangeResponseHeader> for RangeResponseHeader
sourcefn eq(&self, other: &RangeResponseHeader) -> bool
fn eq(&self, other: &RangeResponseHeader) -> bool
impl StructuralPartialEq for RangeResponseHeader
Auto Trait Implementations
impl RefUnwindSafe for RangeResponseHeader
impl Send for RangeResponseHeader
impl Sync for RangeResponseHeader
impl Unpin for RangeResponseHeader
impl UnwindSafe for RangeResponseHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more