[][src]Struct ommui_relm_widgets::parameter_editor::Param

pub struct Param<TR: XTr + Clone> {
    pub values: IndexMap<String, Parameter>,
    pub descriptions: IndexMap<String, ParameterDescription>,
    pub profile: IndexMap<String, ProfileParameterDescription>,
    pub translation: TR,
}

The parameter passed to the model on creation.

Fields

values: IndexMap<String, Parameter>

The parameter values.

descriptions: IndexMap<String, ParameterDescription>

The parameter descriptions.

profile: IndexMap<String, ProfileParameterDescription>

The profile-specific parameter configuration.

translation: TR

The translation.

Trait Implementations

impl<TR: Debug + XTr + Clone> Debug for Param<TR>[src]

Auto Trait Implementations

impl<TR> Send for Param<TR> where
    TR: Send

impl<TR> Unpin for Param<TR> where
    TR: Unpin

impl<TR> Sync for Param<TR> where
    TR: Sync

impl<TR> UnwindSafe for Param<TR> where
    TR: UnwindSafe

impl<TR> RefUnwindSafe for Param<TR> where
    TR: RefUnwindSafe

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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