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