pub struct DPOMatch {
pub node_mapping: HashMap<String, String>,
pub edge_mapping: HashMap<String, String>,
}Expand description
DPOマッチング結果
Fields§
§node_mapping: HashMap<String, String>§edge_mapping: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DPOMatch
impl RefUnwindSafe for DPOMatch
impl Send for DPOMatch
impl Sync for DPOMatch
impl Unpin for DPOMatch
impl UnwindSafe for DPOMatch
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