pub struct PrioritySpec {
pub exclusive: bool,
pub stream_dependency: StreamId,
pub weight: u8,
}
Fields§
§exclusive: bool
§stream_dependency: StreamId
§weight: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrioritySpec
impl RefUnwindSafe for PrioritySpec
impl Send for PrioritySpec
impl Sync for PrioritySpec
impl Unpin for PrioritySpec
impl UnwindSafe for PrioritySpec
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