pub struct ProtocolProfileBehavior {
pub disable_body_pruning: Option<bool>,
}Expand description
Set of configurations used to alter the usual behavior of sending the request
Fields§
§disable_body_pruning: Option<bool>Disable body pruning for GET, COPY, HEAD, PURGE and UNLOCK request methods.
Trait Implementations§
Source§impl Clone for ProtocolProfileBehavior
impl Clone for ProtocolProfileBehavior
Source§fn clone(&self) -> ProtocolProfileBehavior
fn clone(&self) -> ProtocolProfileBehavior
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 ProtocolProfileBehavior
impl Debug for ProtocolProfileBehavior
Source§impl Default for ProtocolProfileBehavior
impl Default for ProtocolProfileBehavior
Source§fn default() -> ProtocolProfileBehavior
fn default() -> ProtocolProfileBehavior
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProtocolProfileBehavior
impl<'de> Deserialize<'de> for ProtocolProfileBehavior
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProtocolProfileBehavior
impl PartialEq for ProtocolProfileBehavior
Source§impl Serialize for ProtocolProfileBehavior
impl Serialize for ProtocolProfileBehavior
impl StructuralPartialEq for ProtocolProfileBehavior
Auto Trait Implementations§
impl Freeze for ProtocolProfileBehavior
impl RefUnwindSafe for ProtocolProfileBehavior
impl Send for ProtocolProfileBehavior
impl Sync for ProtocolProfileBehavior
impl Unpin for ProtocolProfileBehavior
impl UnsafeUnpin for ProtocolProfileBehavior
impl UnwindSafe for ProtocolProfileBehavior
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