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>
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