pub struct LongPostalAddress1Choice {
pub ustrd: Option<String>,
pub strd: Option<StructuredLongPostalAddress1>,
}Fields§
§ustrd: Option<String>§strd: Option<StructuredLongPostalAddress1>Implementations§
Source§impl LongPostalAddress1Choice
impl LongPostalAddress1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LongPostalAddress1Choice
impl RefUnwindSafe for LongPostalAddress1Choice
impl Send for LongPostalAddress1Choice
impl Sync for LongPostalAddress1Choice
impl Unpin for LongPostalAddress1Choice
impl UnwindSafe for LongPostalAddress1Choice
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