Struct selium_server::quic::ConfigOptions
source · pub struct ConfigOptions {
pub keylog: bool,
pub stateless_retry: bool,
pub max_idle_timeout: IdleTimeout,
}Fields§
§keylog: bool§stateless_retry: bool§max_idle_timeout: IdleTimeoutTrait Implementations§
source§impl Default for ConfigOptions
impl Default for ConfigOptions
source§fn default() -> ConfigOptions
fn default() -> ConfigOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ConfigOptions
impl Send for ConfigOptions
impl Sync for ConfigOptions
impl Unpin for ConfigOptions
impl UnwindSafe for ConfigOptions
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