pub struct Input<IOCONF> { /* private fields */ }Expand description
Input mode (type state)
Auto Trait Implementations§
impl<IOCONF> Freeze for Input<IOCONF>
impl<IOCONF> RefUnwindSafe for Input<IOCONF>where
IOCONF: RefUnwindSafe,
impl<IOCONF> Send for Input<IOCONF>where
IOCONF: Send,
impl<IOCONF> Sync for Input<IOCONF>where
IOCONF: Sync,
impl<IOCONF> Unpin for Input<IOCONF>where
IOCONF: Unpin,
impl<IOCONF> UnwindSafe for Input<IOCONF>where
IOCONF: 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