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