pub struct ResultFormatSettings {
pub geometry_output_format: GeometryDataType,
pub timezone: TimeZone,
}Fields§
§geometry_output_format: GeometryDataType§timezone: TimeZoneImplementations§
Trait Implementations§
Source§impl Clone for ResultFormatSettings
impl Clone for ResultFormatSettings
Source§fn clone(&self) -> ResultFormatSettings
fn clone(&self) -> ResultFormatSettings
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 ResultFormatSettings
impl Debug for ResultFormatSettings
Auto Trait Implementations§
impl Freeze for ResultFormatSettings
impl RefUnwindSafe for ResultFormatSettings
impl Send for ResultFormatSettings
impl Sync for ResultFormatSettings
impl Unpin for ResultFormatSettings
impl UnwindSafe for ResultFormatSettings
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