pub struct HoverCardResponse {
pub response: Response,
pub is_open: bool,
}Expand description
Response from a hover card.
Fields§
§response: ResponseThe UI response.
is_open: boolWhether the card is currently open.
Auto Trait Implementations§
impl Freeze for HoverCardResponse
impl !RefUnwindSafe for HoverCardResponse
impl Send for HoverCardResponse
impl Sync for HoverCardResponse
impl Unpin for HoverCardResponse
impl UnsafeUnpin for HoverCardResponse
impl !UnwindSafe for HoverCardResponse
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