pub struct QueryResultFormatSettings {
pub timezone: Option<String>,
pub geometry_output_format: Option<String>,
pub arrow_result_version: Option<i64>,
pub binary_output_format: Option<String>,
}Fields§
§timezone: Option<String>§geometry_output_format: Option<String>§arrow_result_version: Option<i64>§binary_output_format: Option<String>Trait Implementations§
Source§impl Clone for QueryResultFormatSettings
impl Clone for QueryResultFormatSettings
Source§fn clone(&self) -> QueryResultFormatSettings
fn clone(&self) -> QueryResultFormatSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryResultFormatSettings
impl Debug for QueryResultFormatSettings
Source§impl Default for QueryResultFormatSettings
impl Default for QueryResultFormatSettings
Source§fn default() -> QueryResultFormatSettings
fn default() -> QueryResultFormatSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryResultFormatSettings
impl<'de> Deserialize<'de> for QueryResultFormatSettings
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 QueryResultFormatSettings
impl RefUnwindSafe for QueryResultFormatSettings
impl Send for QueryResultFormatSettings
impl Sync for QueryResultFormatSettings
impl Unpin for QueryResultFormatSettings
impl UnsafeUnpin for QueryResultFormatSettings
impl UnwindSafe for QueryResultFormatSettings
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