pub struct ResponseOptions {
pub headers: Option<HashMap<String, String>>,
pub pristine: Option<bool>,
}Fields§
§headers: Option<HashMap<String, String>>§pristine: Option<bool>Trait Implementations§
Source§impl Debug for ResponseOptions
impl Debug for ResponseOptions
Source§impl<'de> Deserialize<'de> for ResponseOptions
impl<'de> Deserialize<'de> for ResponseOptions
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
Auto Trait Implementations§
impl Freeze for ResponseOptions
impl RefUnwindSafe for ResponseOptions
impl Send for ResponseOptions
impl Sync for ResponseOptions
impl Unpin for ResponseOptions
impl UnwindSafe for ResponseOptions
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