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