pub struct AptedOptions {
pub rename_cost: f64,
pub insert_cost: f64,
pub delete_cost: f64,
}Fields§
§rename_cost: f64§insert_cost: f64§delete_cost: f64Trait Implementations§
Source§impl Clone for AptedOptions
impl Clone for AptedOptions
Source§fn clone(&self) -> AptedOptions
fn clone(&self) -> AptedOptions
Returns a duplicate 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 moreSource§impl Debug for AptedOptions
impl Debug for AptedOptions
Source§impl Default for AptedOptions
impl Default for AptedOptions
impl Copy for AptedOptions
Auto Trait Implementations§
impl Freeze for AptedOptions
impl RefUnwindSafe for AptedOptions
impl Send for AptedOptions
impl Sync for AptedOptions
impl Unpin for AptedOptions
impl UnsafeUnpin for AptedOptions
impl UnwindSafe for AptedOptions
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