pub struct EntityTaskPlan {
pub entities: Vec<ExpandedName>,
}Fields§
§entities: Vec<ExpandedName>Entities to extract directly from text.
Trait Implementations§
Source§impl Clone for EntityTaskPlan
impl Clone for EntityTaskPlan
Source§fn clone(&self) -> EntityTaskPlan
fn clone(&self) -> EntityTaskPlan
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 EntityTaskPlan
impl Debug for EntityTaskPlan
Source§impl PartialEq for EntityTaskPlan
impl PartialEq for EntityTaskPlan
Source§impl Serialize for EntityTaskPlan
impl Serialize for EntityTaskPlan
impl Eq for EntityTaskPlan
impl StructuralPartialEq for EntityTaskPlan
Auto Trait Implementations§
impl Freeze for EntityTaskPlan
impl RefUnwindSafe for EntityTaskPlan
impl Send for EntityTaskPlan
impl Sync for EntityTaskPlan
impl Unpin for EntityTaskPlan
impl UnsafeUnpin for EntityTaskPlan
impl UnwindSafe for EntityTaskPlan
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