pub struct EntityHint {
pub entity_id: EntityId,
pub confidence: Confidence,
pub source: String,
}Fields§
§entity_id: EntityId§confidence: Confidence§source: StringImplementations§
Trait Implementations§
Source§impl Clone for EntityHint
impl Clone for EntityHint
Source§fn clone(&self) -> EntityHint
fn clone(&self) -> EntityHint
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 moreSource§impl Debug for EntityHint
impl Debug for EntityHint
Source§impl<'de> Deserialize<'de> for EntityHint
impl<'de> Deserialize<'de> for EntityHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EntityHint
Source§impl PartialEq for EntityHint
impl PartialEq for EntityHint
Source§impl Serialize for EntityHint
impl Serialize for EntityHint
impl StructuralPartialEq for EntityHint
Auto Trait Implementations§
impl Freeze for EntityHint
impl RefUnwindSafe for EntityHint
impl Send for EntityHint
impl Sync for EntityHint
impl Unpin for EntityHint
impl UnsafeUnpin for EntityHint
impl UnwindSafe for EntityHint
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