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 for StreamDependency
impl PartialEq 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 ==.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§
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