pub struct NameCandidate {
pub provider_animal_id: AnimalId,
pub name: Name,
}Expand description
Pet mapping candidate produced from Gingr animal name fields.
Fields§
§provider_animal_id: AnimalIdGingr animal identifier kept as source evidence for the mapped pet.
name: NameProvider display label retained for operator context; NVA-specific naming rules are applied downstream.
Trait Implementations§
Source§impl Clone for NameCandidate
impl Clone for NameCandidate
Source§fn clone(&self) -> NameCandidate
fn clone(&self) -> NameCandidate
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 NameCandidate
impl Debug for NameCandidate
Source§impl PartialEq for NameCandidate
impl PartialEq for NameCandidate
impl Eq for NameCandidate
impl StructuralPartialEq for NameCandidate
Auto Trait Implementations§
impl Freeze for NameCandidate
impl RefUnwindSafe for NameCandidate
impl Send for NameCandidate
impl Sync for NameCandidate
impl Unpin for NameCandidate
impl UnsafeUnpin for NameCandidate
impl UnwindSafe for NameCandidate
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