Struct ntex_h2::frame::StreamDependency
source · pub struct StreamDependency { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for StreamDependency
impl Clone for StreamDependency
source§fn clone(&self) -> StreamDependency
fn clone(&self) -> StreamDependency
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 StreamDependency
impl Debug for StreamDependency
source§impl PartialEq<StreamDependency> for StreamDependency
impl PartialEq<StreamDependency> for StreamDependency
source§fn eq(&self, other: &StreamDependency) -> bool
fn eq(&self, other: &StreamDependency) -> bool
This method tests for
self and other values to be equal, and is used
by ==.