Struct booklibrs::change::input4::Input4[][src]

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

Changes four values

Fields

ok: Rc<RefCell<Button>>

Implementations

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

pub fn new(
    title: &str,
    what_mes1: &str,
    what_mes2: &str,
    what_mes3: &str,
    what_mes4: &str
) -> Self where
    I: InputExt + WidgetBase,
    J: InputExt + WidgetBase,
    L: InputExt + WidgetBase,
    K: InputExt + WidgetBase
[src]

Creates window with asking message and 4 input labels

Trait Implementations

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

Auto Trait Implementations

impl<I, J, L, K> !RefUnwindSafe for Input4<I, J, L, K>[src]

impl<I, J, L, K> !Send for Input4<I, J, L, K>[src]

impl<I, J, L, K> !Sync for Input4<I, J, L, K>[src]

impl<I, J, L, K> Unpin for Input4<I, J, L, K>[src]

impl<I, J, L, K> !UnwindSafe for Input4<I, J, L, K>[src]

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.