pub struct PromptTaskPlan {
pub kind: PromptTaskKind,
pub name: ExpandedName,
pub atoms: Vec<PromptAtom>,
}Fields§
§kind: PromptTaskKind§name: ExpandedName§atoms: Vec<PromptAtom>Trait Implementations§
Source§impl Clone for PromptTaskPlan
impl Clone for PromptTaskPlan
Source§fn clone(&self) -> PromptTaskPlan
fn clone(&self) -> PromptTaskPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromptTaskPlan
impl Debug for PromptTaskPlan
Source§impl PartialEq for PromptTaskPlan
impl PartialEq for PromptTaskPlan
Source§impl Serialize for PromptTaskPlan
impl Serialize for PromptTaskPlan
impl Eq for PromptTaskPlan
impl StructuralPartialEq for PromptTaskPlan
Auto Trait Implementations§
impl Freeze for PromptTaskPlan
impl RefUnwindSafe for PromptTaskPlan
impl Send for PromptTaskPlan
impl Sync for PromptTaskPlan
impl Unpin for PromptTaskPlan
impl UnsafeUnpin for PromptTaskPlan
impl UnwindSafe for PromptTaskPlan
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