Struct ntex_h2::frame::StreamDependency
source · [−]pub struct StreamDependency { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for StreamDependency
impl Clone for StreamDependency
sourcefn clone(&self) -> StreamDependency
fn clone(&self) -> StreamDependency
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StreamDependency
impl Debug for StreamDependency
sourceimpl PartialEq<StreamDependency> for StreamDependency
impl PartialEq<StreamDependency> for StreamDependency
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &StreamDependency) -> bool
fn ne(&self, other: &StreamDependency) -> bool
This method tests for !=.
impl Copy for StreamDependency
impl Eq for StreamDependency
impl StructuralEq for StreamDependency
impl StructuralPartialEq for StreamDependency
Auto Trait Implementations
impl RefUnwindSafe for StreamDependency
impl Send for StreamDependency
impl Sync for StreamDependency
impl Unpin for StreamDependency
impl UnwindSafe for StreamDependency
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more