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