pub struct FrameFlags(/* private fields */);Expand description
Frame flags — bit meanings depend on FrameKind.
Implementations§
Source§impl FrameFlags
impl FrameFlags
Sourcepub fn end_stream(self) -> bool
pub fn end_stream(self) -> bool
DATA: END_STREAM. HEADERS: END_STREAM.
Sourcepub fn end_headers(self) -> bool
pub fn end_headers(self) -> bool
HEADERS: END_HEADERS. CONTINUATION: END_HEADERS.
Trait Implementations§
Source§impl Clone for FrameFlags
impl Clone for FrameFlags
impl Copy for FrameFlags
Source§impl Debug for FrameFlags
impl Debug for FrameFlags
Source§impl Default for FrameFlags
impl Default for FrameFlags
impl Eq for FrameFlags
Source§impl PartialEq for FrameFlags
impl PartialEq for FrameFlags
impl StructuralPartialEq for FrameFlags
Auto Trait Implementations§
impl Freeze for FrameFlags
impl RefUnwindSafe for FrameFlags
impl Send for FrameFlags
impl Sync for FrameFlags
impl Unpin for FrameFlags
impl UnsafeUnpin for FrameFlags
impl UnwindSafe for FrameFlags
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