pub struct SkillRoute {
pub id: String,
pub error: f32,
}Fields§
§id: String§error: f32Normalized reconstruction error E ∈ [0, 1]; lower = closer.
Trait Implementations§
Source§impl Clone for SkillRoute
impl Clone for SkillRoute
Source§fn clone(&self) -> SkillRoute
fn clone(&self) -> SkillRoute
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 SkillRoute
impl RefUnwindSafe for SkillRoute
impl Send for SkillRoute
impl Sync for SkillRoute
impl Unpin for SkillRoute
impl UnsafeUnpin for SkillRoute
impl UnwindSafe for SkillRoute
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