Struct xoev_xwasser::GeokoordinatenShapthType
source · pub struct GeokoordinatenShapthType {
pub geografische_position_und_ausdehnung: Option<String>,
pub name_shapefile: Option<String>,
pub geokoordinaten_breitengrad: Option<f64>,
pub geokoordinaten_laengengrad: Option<f64>,
pub geokoordinaten_rechtswert: Option<u8>,
pub geokoordinaten_hochwert: Option<u8>,
}
Expand description
Klasse zur Abbildung von SHAPTH-spezifischen Geokoordinaten.
Fields§
§geografische_position_und_ausdehnung: Option<String>
§name_shapefile: Option<String>
§geokoordinaten_breitengrad: Option<f64>
§geokoordinaten_laengengrad: Option<f64>
§geokoordinaten_rechtswert: Option<u8>
§geokoordinaten_hochwert: Option<u8>
Trait Implementations§
source§impl Debug for GeokoordinatenShapthType
impl Debug for GeokoordinatenShapthType
source§impl Default for GeokoordinatenShapthType
impl Default for GeokoordinatenShapthType
source§fn default() -> GeokoordinatenShapthType
fn default() -> GeokoordinatenShapthType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GeokoordinatenShapthType
impl<'de> Deserialize<'de> for GeokoordinatenShapthType
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 Serialize for GeokoordinatenShapthType
impl Serialize for GeokoordinatenShapthType
source§impl Tsify for GeokoordinatenShapthType
impl Tsify for GeokoordinatenShapthType
type JsType = JsType
const DECL: &'static str = "export interface GeokoordinatenShapthType {\n geografische_position_und_ausdehnung: string | undefined;\n name_shapefile: string | undefined;\n geokoordinaten_breitengrad: number | undefined;\n geokoordinaten_laengengrad: number | undefined;\n geokoordinaten_rechtswert: number | undefined;\n geokoordinaten_hochwert: number | undefined;\n}"
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
Auto Trait Implementations§
impl Freeze for GeokoordinatenShapthType
impl RefUnwindSafe for GeokoordinatenShapthType
impl Send for GeokoordinatenShapthType
impl Sync for GeokoordinatenShapthType
impl Unpin for GeokoordinatenShapthType
impl UnwindSafe for GeokoordinatenShapthType
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