pub struct Rfc9110Layer { /* private fields */ }
Expand description
Layer that applies RFC9110 middleware
Implementations§
Source§impl Rfc9110Layer
impl Rfc9110Layer
Sourcepub fn with_config(config: Rfc9110Config) -> Self
pub fn with_config(config: Rfc9110Config) -> Self
Create a new RFC9110 layer with custom configuration
Trait Implementations§
Source§impl Clone for Rfc9110Layer
impl Clone for Rfc9110Layer
Source§fn clone(&self) -> Rfc9110Layer
fn clone(&self) -> Rfc9110Layer
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Rfc9110Layer
impl Default for Rfc9110Layer
Auto Trait Implementations§
impl Freeze for Rfc9110Layer
impl RefUnwindSafe for Rfc9110Layer
impl Send for Rfc9110Layer
impl Sync for Rfc9110Layer
impl Unpin for Rfc9110Layer
impl UnwindSafe for Rfc9110Layer
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