pub struct InputQuery {}Expand description
Input query specification.
This type is currently a placeholder for future input query functionality.
Auto Trait Implementations§
impl Freeze for InputQuery
impl RefUnwindSafe for InputQuery
impl Send for InputQuery
impl Sync for InputQuery
impl Unpin for InputQuery
impl UnsafeUnpin for InputQuery
impl UnwindSafe for InputQuery
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