pub struct TagResponse {
pub response: Response,
pub close_clicked: bool,
}Fields§
§response: Response§close_clicked: boolAuto Trait Implementations§
impl Freeze for TagResponse
impl !RefUnwindSafe for TagResponse
impl Send for TagResponse
impl Sync for TagResponse
impl Unpin for TagResponse
impl UnsafeUnpin for TagResponse
impl !UnwindSafe for TagResponse
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