[][src]Struct sudoku_backend::ops::setup::LeaderboardSettings

pub struct LeaderboardSettings {
    pub board: LeaderboardGroupSettings,
    pub person: LeaderboardGroupSettings,
}

Amalgam of max and default leaderboard configurations. Refer to doc/check.rs for more details.

Fields

Settings for solves

Settings for people

Methods

impl LeaderboardSettings
[src]

Load the settings from the ones specified in the specified file.

Trait Implementations

impl PartialEq<LeaderboardSettings> for LeaderboardSettings
[src]

impl Clone for LeaderboardSettings
[src]

Performs copy-assignment from source. Read more

impl Copy for LeaderboardSettings
[src]

impl Ord for LeaderboardSettings
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for LeaderboardSettings
[src]

impl PartialOrd<LeaderboardSettings> for LeaderboardSettings
[src]

impl Debug for LeaderboardSettings
[src]

impl Hash for LeaderboardSettings
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for LeaderboardSettings
[src]

impl<'de> Deserialize<'de> for LeaderboardSettings
[src]

Auto Trait Implementations

impl Send for LeaderboardSettings

impl Sync for LeaderboardSettings

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Typeable for T where
    T: Any
[src]

Get the TypeId of this object.

impl<T> IntoSql for T
[src]

Convert self to an expression for Diesel's query builder. Read more

Convert &self to an expression for Diesel's query builder. Read more