pub struct Http2Config {
pub max_frame_size: u32,
pub max_streams: u32,
pub enable_hpack: bool,
pub strict_parsing: bool,
}
Fields§
§max_frame_size: u32
§max_streams: u32
§enable_hpack: bool
§strict_parsing: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Http2Config
impl RefUnwindSafe for Http2Config
impl Send for Http2Config
impl Sync for Http2Config
impl Unpin for Http2Config
impl UnwindSafe for Http2Config
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