pub struct BatchQueryParams {
pub params: Vec<(String, QueryOptions)>,
}
Fields§
§params: Vec<(String, QueryOptions)>
Trait Implementations§
Source§impl CandidType for BatchQueryParams
impl CandidType for BatchQueryParams
Source§impl Clone for BatchQueryParams
impl Clone for BatchQueryParams
Source§fn clone(&self) -> BatchQueryParams
fn clone(&self) -> BatchQueryParams
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 BatchQueryParams
impl Debug for BatchQueryParams
Source§impl<'de> Deserialize<'de> for BatchQueryParams
impl<'de> Deserialize<'de> for BatchQueryParams
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 BatchQueryParams
impl RefUnwindSafe for BatchQueryParams
impl Send for BatchQueryParams
impl Sync for BatchQueryParams
impl Unpin for BatchQueryParams
impl UnwindSafe for BatchQueryParams
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