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