Struct booklibrs::change::input3::Input3[][src]

pub struct Input3<I, J, L> where
    I: InputExt + WidgetBase,
    J: InputExt + WidgetBase,
    L: InputExt + WidgetBase
{ pub ok: Rc<RefCell<Button>>, // some fields omitted }

Changes three values

Fields

ok: Rc<RefCell<Button>>

Implementations

impl<I, J, L> Input3<I, J, L> where
    I: InputExt + WidgetBase,
    J: InputExt + WidgetBase,
    L: InputExt + WidgetBase
[src]

pub fn new(
    title: &str,
    what_mes1: &str,
    what_mes2: &str,
    what_mes3: &str
) -> Self
[src]

Creates window with asking message and 3 input labels

Trait Implementations

impl<I, J, L> Inputable for Input3<I, J, L> where
    I: InputExt + WidgetBase,
    J: InputExt + WidgetBase,
    L: InputExt + WidgetBase
[src]

Auto Trait Implementations

impl<I, J, L> !RefUnwindSafe for Input3<I, J, L>

impl<I, J, L> !Send for Input3<I, J, L>

impl<I, J, L> !Sync for Input3<I, J, L>

impl<I, J, L> Unpin for Input3<I, J, L>

impl<I, J, L> !UnwindSafe for Input3<I, J, L>

Blanket Implementations

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

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

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

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.