Struct postcode_nl::ExtendedAddress
source · [−]pub struct ExtendedAddress {
pub street: String,
pub house_number: u32,
pub postcode: String,
pub city: String,
pub municipality: String,
pub province: String,
pub coordinates: Coordinates,
}Expand description
Extended address response.
Fields
street: Stringhouse_number: u32postcode: Stringcity: Stringmunicipality: Stringprovince: Stringcoordinates: CoordinatesTrait Implementations
sourceimpl Clone for ExtendedAddress
impl Clone for ExtendedAddress
sourcefn clone(&self) -> ExtendedAddress
fn clone(&self) -> ExtendedAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for ExtendedAddress
impl Send for ExtendedAddress
impl Sync for ExtendedAddress
impl Unpin for ExtendedAddress
impl UnwindSafe for ExtendedAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more