pub enum FrameFlags {
ENDSTREAM = 1,
ENDHEADERS = 4,
PADDED = 8,
PRIORITY = 32,
NONE = 0,
}Variants§
Trait Implementations§
Source§impl TryFrom<u8> for FrameFlags
impl TryFrom<u8> 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 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