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