pub struct FieldMappingAgent;Expand description
Maps schema fields to candidate sources (deterministic placeholder).
Trait Implementations§
Source§impl Agent for FieldMappingAgent
impl Agent for FieldMappingAgent
Auto Trait Implementations§
impl Freeze for FieldMappingAgent
impl RefUnwindSafe for FieldMappingAgent
impl Send for FieldMappingAgent
impl Sync for FieldMappingAgent
impl Unpin for FieldMappingAgent
impl UnsafeUnpin for FieldMappingAgent
impl UnwindSafe for FieldMappingAgent
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