pub struct CashAccount39 {
pub id: AccountIdentification4Choice,
pub tp: Option<CashAccountType2Choice>,
pub ccy: Option<String>,
pub nm: Option<String>,
pub prxy: Option<ProxyAccountIdentification1>,
pub ownr: Option<PartyIdentification135>,
pub svcr: Option<BranchAndFinancialInstitutionIdentification6>,
}Fields§
§id: AccountIdentification4Choice§tp: Option<CashAccountType2Choice>§ccy: Option<String>§nm: Option<String>§prxy: Option<ProxyAccountIdentification1>§ownr: Option<PartyIdentification135>§svcr: Option<BranchAndFinancialInstitutionIdentification6>Implementations§
Source§impl CashAccount39
impl CashAccount39
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for CashAccount39
impl Clone for CashAccount39
Source§fn clone(&self) -> CashAccount39
fn clone(&self) -> CashAccount39
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CashAccount39
impl Debug for CashAccount39
Source§impl Default for CashAccount39
impl Default for CashAccount39
Source§fn default() -> CashAccount39
fn default() -> CashAccount39
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CashAccount39
impl<'de> Deserialize<'de> for CashAccount39
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CashAccount39
impl PartialEq for CashAccount39
Source§impl Serialize for CashAccount39
impl Serialize for CashAccount39
impl StructuralPartialEq for CashAccount39
Auto Trait Implementations§
impl Freeze for CashAccount39
impl RefUnwindSafe for CashAccount39
impl Send for CashAccount39
impl Sync for CashAccount39
impl Unpin for CashAccount39
impl UnwindSafe for CashAccount39
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