pub struct StreamDataHeader {
pub stream_id: StreamId,
pub eof: bool,
pub compressed: bool,
}Fields§
§stream_id: StreamId§eof: bool§compressed: boolImplementations§
Trait Implementations§
Source§impl Clone for StreamDataHeader
impl Clone for StreamDataHeader
Source§fn clone(&self) -> StreamDataHeader
fn clone(&self) -> StreamDataHeader
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 moreimpl Copy for StreamDataHeader
Source§impl Debug for StreamDataHeader
impl Debug for StreamDataHeader
impl Eq for StreamDataHeader
Source§impl PartialEq for StreamDataHeader
impl PartialEq for StreamDataHeader
impl StructuralPartialEq for StreamDataHeader
Auto Trait Implementations§
impl Freeze for StreamDataHeader
impl RefUnwindSafe for StreamDataHeader
impl Send for StreamDataHeader
impl Sync for StreamDataHeader
impl Unpin for StreamDataHeader
impl UnsafeUnpin for StreamDataHeader
impl UnwindSafe for StreamDataHeader
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