pub struct Flags { /* private fields */ }
Expand description
Flags.
Implementations§
Source§impl Flags
Flags.
impl Flags
Flags.
Sourcepub fn is_end_headers(&self) -> bool
pub fn is_end_headers(&self) -> bool
Indicates that the end headers flag has been set.
Sourcepub fn is_end_stream(&self) -> bool
pub fn is_end_stream(&self) -> bool
Indicates that the end stream flag has been set.
Sourcepub fn is_priority(&self) -> bool
pub fn is_priority(&self) -> bool
Indicates that the priority flag has been set.
Trait Implementations§
impl Copy for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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