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