pub struct ChunkLabel {
pub value: String,
pub source: ChunkLabelSource,
}Expand description
One label found while parsing a chunk header or body.
Fields§
§value: String§source: ChunkLabelSourceTrait Implementations§
Source§impl Clone for ChunkLabel
impl Clone for ChunkLabel
Source§fn clone(&self) -> ChunkLabel
fn clone(&self) -> ChunkLabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChunkLabel
impl Debug for ChunkLabel
impl Eq for ChunkLabel
Source§impl PartialEq for ChunkLabel
impl PartialEq for ChunkLabel
impl StructuralPartialEq for ChunkLabel
Auto Trait Implementations§
impl Freeze for ChunkLabel
impl RefUnwindSafe for ChunkLabel
impl Send for ChunkLabel
impl Sync for ChunkLabel
impl Unpin for ChunkLabel
impl UnsafeUnpin for ChunkLabel
impl UnwindSafe for ChunkLabel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.