pub struct RenameEntry {
pub from: String,
pub to: String,
pub score: f64,
}Fields§
§from: String§to: String§score: f64Trait Implementations§
Source§impl Clone for RenameEntry
impl Clone for RenameEntry
Source§fn clone(&self) -> RenameEntry
fn clone(&self) -> RenameEntry
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 RenameEntry
impl Debug for RenameEntry
Auto Trait Implementations§
impl Freeze for RenameEntry
impl RefUnwindSafe for RenameEntry
impl Send for RenameEntry
impl Sync for RenameEntry
impl Unpin for RenameEntry
impl UnsafeUnpin for RenameEntry
impl UnwindSafe for RenameEntry
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