pub struct InputGroupResponse {
pub response: Response,
pub changed: bool,
}Expand description
Response from an input group.
Fields§
§response: ResponseThe UI response.
changed: boolWhether the text changed this frame.
Auto Trait Implementations§
impl Freeze for InputGroupResponse
impl !RefUnwindSafe for InputGroupResponse
impl Send for InputGroupResponse
impl Sync for InputGroupResponse
impl Unpin for InputGroupResponse
impl UnsafeUnpin for InputGroupResponse
impl !UnwindSafe for InputGroupResponse
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