pub enum LimitType {
HeaderSize,
HeaderCount,
BodySize,
RequestRate,
ConnectionCount,
InFlightRequests,
DecompressionSize,
BufferSize,
QueueDepth,
}Expand description
Types of limits that can be exceeded
Variants§
HeaderSize
HeaderCount
BodySize
RequestRate
ConnectionCount
InFlightRequests
DecompressionSize
BufferSize
QueueDepth
Trait Implementations§
impl Copy for LimitType
impl Eq for LimitType
impl StructuralPartialEq for LimitType
Auto Trait Implementations§
impl Freeze for LimitType
impl RefUnwindSafe for LimitType
impl Send for LimitType
impl Sync for LimitType
impl Unpin for LimitType
impl UnwindSafe for LimitType
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