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