pub struct Settings { /* private fields */ }Available on crate feature
h3 only.Expand description
A parsed SETTINGS frame payload (RFC 9114 Section 7.2.4).
Settings are kept in wire order. Reserved (grease) identifiers are dropped on decode and may be added for encoding; unknown identifiers are preserved and ignored by the driver.
Implementations§
Trait Implementations§
impl Eq for Settings
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnsafeUnpin for Settings
impl UnwindSafe for Settings
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