pub struct BatchDefaults {
pub headers: HashMap<String, String>,
pub use_cache: Option<bool>,
}Expand description
Default configuration for batch operations
Fields§
§headers: HashMap<String, String>Default headers to apply to all operations
use_cache: Option<bool>Default cache setting for all operations
Trait Implementations§
Source§impl Debug for BatchDefaults
impl Debug for BatchDefaults
Source§impl<'de> Deserialize<'de> for BatchDefaults
impl<'de> Deserialize<'de> for BatchDefaults
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 BatchDefaults
impl RefUnwindSafe for BatchDefaults
impl Send for BatchDefaults
impl Sync for BatchDefaults
impl Unpin for BatchDefaults
impl UnwindSafe for BatchDefaults
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