Struct postcode::Postcode[][src]

pub struct Postcode {
Show fields pub postcode: String, pub quality: f64, pub eastings: f64, pub northings: f64, pub country: String, pub nhs_ha: String, pub longitude: f64, pub latitude: f64, pub european_electoral_region: String, pub primary_care_trust: String, pub region: String, pub lsoa: String, pub msoa: String, pub incode: String, pub outcode: String, pub parliamentary_constituency: String, pub admin_district: String, pub parish: String, pub admin_county: String, pub admin_ward: String, pub ced: String, pub ccg: String, pub nuts: String, pub codes: Codes,
}
Expand description

The main struct that defines a postcode.

Fields

postcode: Stringquality: f64eastings: f64northings: f64country: Stringnhs_ha: Stringlongitude: f64latitude: f64european_electoral_region: Stringprimary_care_trust: Stringregion: Stringlsoa: Stringmsoa: Stringincode: Stringoutcode: Stringparliamentary_constituency: Stringadmin_district: Stringparish: Stringadmin_county: Stringadmin_ward: Stringced: Stringccg: Stringnuts: Stringcodes: Codes

Implementations

Get postcode information from the name.

Lookup multiple Postcode in a single HTTP request.

Get the closest Postcode to a given coordinates.

Get a random Postcode.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more