pub struct HttpDebugOptions {
pub enabled: bool,
pub all: bool,
pub max_body_bytes: usize,
}Fields§
§enabled: bool§all: bool§max_body_bytes: usizeTrait Implementations§
Source§impl Clone for HttpDebugOptions
impl Clone for HttpDebugOptions
Source§fn clone(&self) -> HttpDebugOptions
fn clone(&self) -> HttpDebugOptions
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 HttpDebugOptions
impl Debug for HttpDebugOptions
impl Copy for HttpDebugOptions
Auto Trait Implementations§
impl Freeze for HttpDebugOptions
impl RefUnwindSafe for HttpDebugOptions
impl Send for HttpDebugOptions
impl Sync for HttpDebugOptions
impl Unpin for HttpDebugOptions
impl UnwindSafe for HttpDebugOptions
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