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