Struct fuzzy2::StringMatchCandidate
source · pub struct StringMatchCandidate {
pub id: usize,
pub string: String,
pub char_bag: CharBag,
}
Fields§
§id: usize
§string: String
§char_bag: CharBag
Implementations§
Trait Implementations§
source§impl Clone for StringMatchCandidate
impl Clone for StringMatchCandidate
source§fn clone(&self) -> StringMatchCandidate
fn clone(&self) -> StringMatchCandidate
Returns a copy of the value. Read more
1.0.0 · 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 RefUnwindSafe for StringMatchCandidate
impl Send for StringMatchCandidate
impl Sync for StringMatchCandidate
impl Unpin for StringMatchCandidate
impl UnwindSafe for StringMatchCandidate
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