pub struct Organisation23 {
pub nm: String,
pub shrt_nm: Option<String>,
pub pstl_adr: Vec<PostalAddress21>,
}Fields§
§nm: String§shrt_nm: Option<String>§pstl_adr: Vec<PostalAddress21>Implementations§
Source§impl Organisation23
impl Organisation23
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Organisation23
impl RefUnwindSafe for Organisation23
impl Send for Organisation23
impl Sync for Organisation23
impl Unpin for Organisation23
impl UnwindSafe for Organisation23
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