pub struct DiscoveryCandidate {
pub path: PathBuf,
pub score: f32,
}Fields§
§path: PathBuf§score: f32Trait Implementations§
Source§impl Clone for DiscoveryCandidate
impl Clone for DiscoveryCandidate
Source§fn clone(&self) -> DiscoveryCandidate
fn clone(&self) -> DiscoveryCandidate
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 moreSource§impl Debug for DiscoveryCandidate
impl Debug for DiscoveryCandidate
Auto Trait Implementations§
impl Freeze for DiscoveryCandidate
impl RefUnwindSafe for DiscoveryCandidate
impl Send for DiscoveryCandidate
impl Sync for DiscoveryCandidate
impl Unpin for DiscoveryCandidate
impl UnsafeUnpin for DiscoveryCandidate
impl UnwindSafe for DiscoveryCandidate
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