pub struct PropertyPlotSettingsView {
pub min_plot_area_m2: f32,
pub tax_premium_weight: f32,
pub sellback_bps: u32,
}Expand description
Subset of server settings for client-side claim quotes.
Fields§
§min_plot_area_m2: f32§sellback_bps: u32Trait Implementations§
Source§impl Clone for PropertyPlotSettingsView
impl Clone for PropertyPlotSettingsView
Source§fn clone(&self) -> PropertyPlotSettingsView
fn clone(&self) -> PropertyPlotSettingsView
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 PropertyPlotSettingsView
impl Debug for PropertyPlotSettingsView
Source§impl<'de> Deserialize<'de> for PropertyPlotSettingsView
impl<'de> Deserialize<'de> for PropertyPlotSettingsView
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
Source§impl PartialEq for PropertyPlotSettingsView
impl PartialEq for PropertyPlotSettingsView
Source§impl Serialize for PropertyPlotSettingsView
impl Serialize for PropertyPlotSettingsView
impl StructuralPartialEq for PropertyPlotSettingsView
Auto Trait Implementations§
impl Freeze for PropertyPlotSettingsView
impl RefUnwindSafe for PropertyPlotSettingsView
impl Send for PropertyPlotSettingsView
impl Sync for PropertyPlotSettingsView
impl Unpin for PropertyPlotSettingsView
impl UnsafeUnpin for PropertyPlotSettingsView
impl UnwindSafe for PropertyPlotSettingsView
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