pub struct OrganisationType2 {
pub any_bic: Option<bool>,
pub lei: Option<bool>,
pub email_adr: Option<bool>,
pub othr: Option<Vec<GenericOrganisationType1>>,
}Fields§
§any_bic: Option<bool>§lei: Option<bool>§email_adr: Option<bool>§othr: Option<Vec<GenericOrganisationType1>>Implementations§
Source§impl OrganisationType2
impl OrganisationType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrganisationType2
impl RefUnwindSafe for OrganisationType2
impl Send for OrganisationType2
impl Sync for OrganisationType2
impl Unpin for OrganisationType2
impl UnwindSafe for OrganisationType2
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