pub struct EntitySeparation {
pub name_a: String,
pub name_b: String,
}Expand description
A pair of entity names that the LLM confirmed are DIFFERENT entities.
Fields§
§name_a: String§name_b: StringTrait Implementations§
Source§impl Clone for EntitySeparation
impl Clone for EntitySeparation
Source§fn clone(&self) -> EntitySeparation
fn clone(&self) -> EntitySeparation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EntitySeparation
impl RefUnwindSafe for EntitySeparation
impl Send for EntitySeparation
impl Sync for EntitySeparation
impl Unpin for EntitySeparation
impl UnsafeUnpin for EntitySeparation
impl UnwindSafe for EntitySeparation
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