Struct postcode_nl::Address
source · [−]pub struct Address {
pub street: String,
pub house_number: u32,
pub postcode: String,
pub city: String,
}Expand description
Simple address response.
Fields
street: Stringhouse_number: u32postcode: Stringcity: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
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