Struct fire_stream_api::client::PlainBytes
source · pub struct PlainBytes { /* private fields */ }
Trait Implementations§
source§impl Clone for PlainBytes
impl Clone for PlainBytes
source§fn clone(&self) -> PlainBytes
fn clone(&self) -> PlainBytes
Returns a copy 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 PlainBytes
impl Debug for PlainBytes
source§impl PacketBytes for PlainBytes
impl PacketBytes for PlainBytes
source§fn header_mut(&mut self) -> BytesMut<'_>
fn header_mut(&mut self) -> BytesMut<'_>
Returns the header mutably.
source§fn full_header_mut(&mut self) -> BytesMut<'_>
fn full_header_mut(&mut self) -> BytesMut<'_>
Returns the full header mutably. Read more
source§fn body_mut(&mut self) -> BodyBytesMut<'_>
fn body_mut(&mut self) -> BodyBytesMut<'_>
Returns the body mutably.
source§fn full_body_mut(&mut self) -> BytesMut<'_>
fn full_body_mut(&mut self) -> BytesMut<'_>
Returns the full body mutably. Read more
source§impl PartialEq<PlainBytes> for PlainBytes
impl PartialEq<PlainBytes> for PlainBytes
source§fn eq(&self, other: &PlainBytes) -> bool
fn eq(&self, other: &PlainBytes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.