Struct booklibrs::change::input2::Input2[][src]

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

Changes two values

Fields

ok: Rc<RefCell<Button>>

Implementations

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

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

Creates window with asking message and 2 input labels

Trait Implementations

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

Auto Trait Implementations

impl<I, J> !RefUnwindSafe for Input2<I, J>

impl<I, J> !Send for Input2<I, J>

impl<I, J> !Sync for Input2<I, J>

impl<I, J> Unpin for Input2<I, J>

impl<I, J> !UnwindSafe for Input2<I, J>

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.