pub struct ByteHeader { /* private fields */ }Expand description
Header information included exclusively in byte data streams
Trait Implementations§
Source§impl Clone for ByteHeader
impl Clone for ByteHeader
Source§fn clone(&self) -> ByteHeader
fn clone(&self) -> ByteHeader
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 ByteHeader
impl Debug for ByteHeader
Source§impl Default for ByteHeader
impl Default for ByteHeader
Source§fn default() -> ByteHeader
fn default() -> ByteHeader
Returns the “default value” for a type. Read more
Source§impl From<ByteHeader> for ByteHeader
impl From<ByteHeader> for ByteHeader
Source§fn from(value: ByteHeader) -> Self
fn from(value: ByteHeader) -> Self
Converts to this type from the input type.
Source§impl From<ByteHeader> for ByteHeader
impl From<ByteHeader> for ByteHeader
Source§fn from(value: ByteHeader) -> Self
fn from(value: ByteHeader) -> Self
Converts to this type from the input type.
Source§impl From<ByteHeader> for ContentHeader
Convert into ByteHeader variant.
impl From<ByteHeader> for ContentHeader
Convert into ByteHeader variant.
Source§fn from(v: ByteHeader) -> Self
fn from(v: ByteHeader) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ByteHeader
impl PartialEq for ByteHeader
impl StructuralPartialEq for ByteHeader
Auto Trait Implementations§
impl Freeze for ByteHeader
impl RefUnwindSafe for ByteHeader
impl Send for ByteHeader
impl Sync for ByteHeader
impl Unpin for ByteHeader
impl UnsafeUnpin for ByteHeader
impl UnwindSafe for ByteHeader
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