pub struct FATCAForm1Choice {
pub cd: Option<FATCAFormType1Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<FATCAFormType1Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl FATCAForm1Choice
impl FATCAForm1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FATCAForm1Choice
impl RefUnwindSafe for FATCAForm1Choice
impl Send for FATCAForm1Choice
impl Sync for FATCAForm1Choice
impl Unpin for FATCAForm1Choice
impl UnwindSafe for FATCAForm1Choice
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