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