pub struct InputMux<State = Unknown> {
pub _state: State,
/* private fields */
}
Fields§
§_state: State
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<State> Freeze for InputMux<State>where
State: Freeze,
impl<State> RefUnwindSafe for InputMux<State>where
State: RefUnwindSafe,
impl<State> Send for InputMux<State>where
State: Send,
impl<State = Unknown> !Sync for InputMux<State>
impl<State> Unpin for InputMux<State>where
State: Unpin,
impl<State> UnwindSafe for InputMux<State>where
State: 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