pub enum QuicTuningPreset {
Conservative,
Balanced,
Aggressive,
}Available on crate feature
http3-profile only.Expand description
Variants§
Conservative
Lower resource use and conservative timeouts.
Balanced
Balanced defaults for general production use.
Aggressive
Throughput-biased tuning for high-capacity edge deployments.
Trait Implementations§
Source§impl Clone for QuicTuningPreset
impl Clone for QuicTuningPreset
Source§fn clone(&self) -> QuicTuningPreset
fn clone(&self) -> QuicTuningPreset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QuicTuningPreset
impl Debug for QuicTuningPreset
Source§impl PartialEq for QuicTuningPreset
impl PartialEq for QuicTuningPreset
impl Copy for QuicTuningPreset
impl Eq for QuicTuningPreset
impl StructuralPartialEq for QuicTuningPreset
Auto Trait Implementations§
impl Freeze for QuicTuningPreset
impl RefUnwindSafe for QuicTuningPreset
impl Send for QuicTuningPreset
impl Sync for QuicTuningPreset
impl Unpin for QuicTuningPreset
impl UnsafeUnpin for QuicTuningPreset
impl UnwindSafe for QuicTuningPreset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.