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