pub struct ResponseConfig { /* private fields */ }Expand description
response config
Implementations§
Trait Implementations§
Source§impl Debug for ResponseConfig
impl Debug for ResponseConfig
Source§impl Default for ResponseConfig
impl Default for ResponseConfig
Source§fn default() -> ResponseConfig
fn default() -> ResponseConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseConfig
impl RefUnwindSafe for ResponseConfig
impl Send for ResponseConfig
impl Sync for ResponseConfig
impl Unpin for ResponseConfig
impl UnwindSafe for ResponseConfig
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