pub struct QueuedInput {
pub input_id: InputId,
pub input: Input,
}Expand description
A queued input entry.
Fields§
§input_id: InputId§input: InputTrait Implementations§
Source§impl Clone for QueuedInput
impl Clone for QueuedInput
Source§fn clone(&self) -> QueuedInput
fn clone(&self) -> QueuedInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueuedInput
impl RefUnwindSafe for QueuedInput
impl Send for QueuedInput
impl Sync for QueuedInput
impl Unpin for QueuedInput
impl UnsafeUnpin for QueuedInput
impl UnwindSafe for QueuedInput
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