Struct fluke_h2_parse::StreamId
source · pub struct StreamId(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl StreamId
impl StreamId
sourcepub const CONNECTION: Self = _
pub const CONNECTION: Self = _
Stream ID used for connection control frames
sourcepub fn is_server_initiated(&self) -> bool
pub fn is_server_initiated(&self) -> bool
Server-initiated streams have even IDs
Trait Implementations§
source§impl Ord for StreamId
impl Ord for StreamId
source§impl PartialEq for StreamId
impl PartialEq for StreamId
source§impl PartialOrd for StreamId
impl PartialOrd for StreamId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for StreamId
impl Eq for StreamId
impl StructuralPartialEq for StreamId
Auto Trait Implementations§
impl Freeze for StreamId
impl RefUnwindSafe for StreamId
impl Send for StreamId
impl Sync for StreamId
impl Unpin for StreamId
impl UnwindSafe for StreamId
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