Struct booklibrs::change::input1::Input1[][src]

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

Changes one value

Fields

ok: Rc<RefCell<Button>>

Implementations

impl<I: InputExt + WidgetBase> Input1<I>[src]

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

Creates window with asking message and 1 input label

Trait Implementations

impl<I: InputExt + WidgetBase> Inputable for Input1<I>[src]

Auto Trait Implementations

impl<I> !RefUnwindSafe for Input1<I>

impl<I> !Send for Input1<I>

impl<I> !Sync for Input1<I>

impl<I> Unpin for Input1<I>

impl<I> !UnwindSafe for Input1<I>

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.