pub struct StreamDependency {
pub exclusive: bool,
pub stream_id: u32,
}Fields§
§exclusive: bool§stream_id: u32Trait Implementations§
Source§impl Clone for StreamDependency
impl Clone for StreamDependency
Source§fn clone(&self) -> StreamDependency
fn clone(&self) -> StreamDependency
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 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamDependency
Auto Trait Implementations§
impl Freeze for StreamDependency
impl RefUnwindSafe for StreamDependency
impl Send for StreamDependency
impl Sync for StreamDependency
impl Unpin for StreamDependency
impl UnsafeUnpin for StreamDependency
impl UnwindSafe for StreamDependency
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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