[][src]Struct selene_lib::CheckerConfig

pub struct CheckerConfig<V> {
    pub config: HashMap<String, V>,
    pub rules: HashMap<String, RuleVariation>,
    pub std: String,
}

Fields

config: HashMap<String, V>rules: HashMap<String, RuleVariation>std: String

Trait Implementations

impl<V> Default for CheckerConfig<V>[src]

impl<'de, V> Deserialize<'de> for CheckerConfig<V> where
    CheckerConfig<V>: Default,
    V: Deserialize<'de>, 
[src]

Auto Trait Implementations

impl<V> Send for CheckerConfig<V> where
    V: Send

impl<V> Sync for CheckerConfig<V> where
    V: Sync

impl<V> Unpin for CheckerConfig<V> where
    V: Unpin

impl<V> UnwindSafe for CheckerConfig<V> where
    V: UnwindSafe

impl<V> RefUnwindSafe for CheckerConfig<V> where
    V: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

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