pub struct AINode {
pub id: String,
pub prompt: String,
}Fields§
§id: String§prompt: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AINode
impl RefUnwindSafe for AINode
impl Send for AINode
impl Sync for AINode
impl Unpin for AINode
impl UnwindSafe for AINode
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