Struct geom::UnitFmt [−][src]
Expand description
Specifies how to stringify different geom objects.
Fields
round_durations: bool
Round Duration
s to a whole number of seconds.
metric: bool
Display in metric; US imperial otherwise.
Trait Implementations
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 RefUnwindSafe for UnitFmt
impl UnwindSafe for UnitFmt
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self