pub struct BytesHeader { /* private fields */ }Expand description
Header representing a byte sequence.
Implementations§
Trait Implementations§
Source§impl Clone for BytesHeader
impl Clone for BytesHeader
Source§fn clone(&self) -> BytesHeader
fn clone(&self) -> BytesHeader
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 BytesHeader
impl Debug for BytesHeader
Source§impl From<BytesHeader> for Header
impl From<BytesHeader> for Header
Source§fn from(value: BytesHeader) -> Self
fn from(value: BytesHeader) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BytesHeader
impl PartialEq for BytesHeader
impl Copy for BytesHeader
impl Eq for BytesHeader
impl StructuralPartialEq for BytesHeader
Auto Trait Implementations§
impl Freeze for BytesHeader
impl RefUnwindSafe for BytesHeader
impl Send for BytesHeader
impl Sync for BytesHeader
impl Unpin for BytesHeader
impl UnwindSafe for BytesHeader
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