pub struct SearchHistoryItemDeepLinks {
pub search: String,
}
Fields§
§search: String
Trait Implementations§
source§impl From<&String> for SearchHistoryItemDeepLinks
impl From<&String> for SearchHistoryItemDeepLinks
Auto Trait Implementations§
impl Freeze for SearchHistoryItemDeepLinks
impl RefUnwindSafe for SearchHistoryItemDeepLinks
impl Send for SearchHistoryItemDeepLinks
impl Sync for SearchHistoryItemDeepLinks
impl Unpin for SearchHistoryItemDeepLinks
impl UnwindSafe for SearchHistoryItemDeepLinks
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