pub struct DeflateConfig {
pub enabled: bool,
pub server_no_context_takeover: bool,
pub client_no_context_takeover: bool,
}Fields§
§enabled: bool§server_no_context_takeover: bool§client_no_context_takeover: boolImplementations§
Trait Implementations§
Source§impl Clone for DeflateConfig
impl Clone for DeflateConfig
Source§fn clone(&self) -> DeflateConfig
fn clone(&self) -> DeflateConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeflateConfig
impl Debug for DeflateConfig
Source§impl Default for DeflateConfig
impl Default for DeflateConfig
Source§fn default() -> DeflateConfig
fn default() -> DeflateConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeflateConfig
impl RefUnwindSafe for DeflateConfig
impl Send for DeflateConfig
impl Sync for DeflateConfig
impl Unpin for DeflateConfig
impl UnsafeUnpin for DeflateConfig
impl UnwindSafe for DeflateConfig
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