pub enum PriorityPart {
Rfc7540 {
stream_dependency: StreamDependency,
weight: u8,
},
Rfc9218 {
urgency: u8,
incremental: bool,
},
}Variants§
Trait Implementations§
Source§impl Clone for PriorityPart
impl Clone for PriorityPart
Source§fn clone(&self) -> PriorityPart
fn clone(&self) -> PriorityPart
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 PriorityPart
impl Debug for PriorityPart
Source§impl PartialEq for PriorityPart
impl PartialEq for PriorityPart
Source§fn eq(&self, other: &PriorityPart) -> bool
fn eq(&self, other: &PriorityPart) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PriorityPart
Auto Trait Implementations§
impl Freeze for PriorityPart
impl RefUnwindSafe for PriorityPart
impl Send for PriorityPart
impl Sync for PriorityPart
impl Unpin for PriorityPart
impl UnsafeUnpin for PriorityPart
impl UnwindSafe for PriorityPart
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