pub struct BankTransactionCodeStructure5 {
pub cd: String,
pub fmly: BankTransactionCodeStructure6,
}Fields§
§cd: String§fmly: BankTransactionCodeStructure6Implementations§
Source§impl BankTransactionCodeStructure5
impl BankTransactionCodeStructure5
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for BankTransactionCodeStructure5
impl Clone for BankTransactionCodeStructure5
Source§fn clone(&self) -> BankTransactionCodeStructure5
fn clone(&self) -> BankTransactionCodeStructure5
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 Default for BankTransactionCodeStructure5
impl Default for BankTransactionCodeStructure5
Source§fn default() -> BankTransactionCodeStructure5
fn default() -> BankTransactionCodeStructure5
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BankTransactionCodeStructure5
impl<'de> Deserialize<'de> for BankTransactionCodeStructure5
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 BankTransactionCodeStructure5
impl PartialEq for BankTransactionCodeStructure5
Source§fn eq(&self, other: &BankTransactionCodeStructure5) -> bool
fn eq(&self, other: &BankTransactionCodeStructure5) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BankTransactionCodeStructure5
Auto Trait Implementations§
impl Freeze for BankTransactionCodeStructure5
impl RefUnwindSafe for BankTransactionCodeStructure5
impl Send for BankTransactionCodeStructure5
impl Sync for BankTransactionCodeStructure5
impl Unpin for BankTransactionCodeStructure5
impl UnwindSafe for BankTransactionCodeStructure5
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