pub struct NameAndAddress18 {
pub nm: String,
pub adr: PostalAddress27,
}Fields§
§nm: String§adr: PostalAddress27Implementations§
Source§impl NameAndAddress18
impl NameAndAddress18
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NameAndAddress18
impl RefUnwindSafe for NameAndAddress18
impl Send for NameAndAddress18
impl Sync for NameAndAddress18
impl Unpin for NameAndAddress18
impl UnwindSafe for NameAndAddress18
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