[][src]Struct api_adresse_rs::Properties

pub struct Properties {
    pub label: String,
    pub score: f64,
    pub housenumber: Option<String>,
    pub id: String,
    pub type: String,
    pub x: f64,
    pub y: f64,
    pub importance: f64,
    pub name: String,
    pub postcode: String,
    pub citycode: String,
    pub context: String,
    pub street: Option<String>,
}

Fields

label: Stringscore: f64housenumber: Option<String>id: Stringtype: Stringx: f64y: f64importance: f64name: Stringpostcode: Stringcitycode: Stringcontext: Stringstreet: Option<String>

Trait Implementations

impl Debug for Properties[src]

impl<'de> Deserialize<'de> for Properties[src]

impl Serialize for Properties[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.