pub struct EndmemberMatch {
pub endmember_name: String,
pub control_guid: String,
pub detector_name: Option<String>,
pub confidence: f32,
}Expand description
Endmember ↔ control pairing suggestion.
Fields§
§endmember_name: String§control_guid: String§detector_name: Option<String>§confidence: f32Trait Implementations§
Source§impl Clone for EndmemberMatch
impl Clone for EndmemberMatch
Source§fn clone(&self) -> EndmemberMatch
fn clone(&self) -> EndmemberMatch
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 EndmemberMatch
impl RefUnwindSafe for EndmemberMatch
impl Send for EndmemberMatch
impl Sync for EndmemberMatch
impl Unpin for EndmemberMatch
impl UnsafeUnpin for EndmemberMatch
impl UnwindSafe for EndmemberMatch
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