pub struct QueryParameter {
pub value: Value,
pub explode: bool,
}Expand description
Query parameter with explode information
Fields§
§value: Value§explode: boolImplementations§
Trait Implementations§
Source§impl Clone for QueryParameter
impl Clone for QueryParameter
Auto Trait Implementations§
impl Freeze for QueryParameter
impl RefUnwindSafe for QueryParameter
impl Send for QueryParameter
impl Sync for QueryParameter
impl Unpin for QueryParameter
impl UnsafeUnpin for QueryParameter
impl UnwindSafe for QueryParameter
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