pub struct PostcodeHolder {
pub base: String,
pub additional: Option<String>,
}Fields§
§base: String§additional: Option<String>Trait Implementations§
Source§impl Clone for PostcodeHolder
impl Clone for PostcodeHolder
Source§fn clone(&self) -> PostcodeHolder
fn clone(&self) -> PostcodeHolder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PostcodeHolder
impl RefUnwindSafe for PostcodeHolder
impl Send for PostcodeHolder
impl Sync for PostcodeHolder
impl Unpin for PostcodeHolder
impl UnsafeUnpin for PostcodeHolder
impl UnwindSafe for PostcodeHolder
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