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