pub struct ComboConfig {
pub threshold: u32,
}
Fields§
§threshold: u32
Trait Implementations§
Source§impl Clone for ComboConfig
impl Clone for ComboConfig
Source§fn clone(&self) -> ComboConfig
fn clone(&self) -> ComboConfig
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 moreSource§impl Debug for ComboConfig
impl Debug for ComboConfig
Source§impl Format for ComboConfig
impl Format for ComboConfig
Source§impl PartialEq for ComboConfig
impl PartialEq for ComboConfig
impl Eq for ComboConfig
impl StructuralPartialEq for ComboConfig
Auto Trait Implementations§
impl Freeze for ComboConfig
impl RefUnwindSafe for ComboConfig
impl Send for ComboConfig
impl Sync for ComboConfig
impl Unpin for ComboConfig
impl UnwindSafe for ComboConfig
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