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