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