pub struct SearcherMatchConfig {
pub max_elo_diff: u32,
pub wait_time_to_elo_factor: f32,
pub wait_time_to_server_factor: f32,
}Fields§
§max_elo_diff: u32§wait_time_to_elo_factor: f32§wait_time_to_server_factor: f32Trait Implementations§
Source§impl Clone for SearcherMatchConfig
impl Clone for SearcherMatchConfig
Source§fn clone(&self) -> SearcherMatchConfig
fn clone(&self) -> SearcherMatchConfig
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 SearcherMatchConfig
impl Debug for SearcherMatchConfig
Auto Trait Implementations§
impl Freeze for SearcherMatchConfig
impl RefUnwindSafe for SearcherMatchConfig
impl Send for SearcherMatchConfig
impl Sync for SearcherMatchConfig
impl Unpin for SearcherMatchConfig
impl UnwindSafe for SearcherMatchConfig
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