pub struct Input<MODE> { /* private fields */ }Expand description
Input mode (type state)
Auto Trait Implementations§
impl<MODE> Freeze for Input<MODE>
impl<MODE> RefUnwindSafe for Input<MODE>where
    MODE: RefUnwindSafe,
impl<MODE> Send for Input<MODE>where
    MODE: Send,
impl<MODE> Sync for Input<MODE>where
    MODE: Sync,
impl<MODE> Unpin for Input<MODE>where
    MODE: Unpin,
impl<MODE> UnwindSafe for Input<MODE>where
    MODE: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more