pub struct SearchService {
pub v1: V1,
pub v2: V2,
}Expand description
Fields§
§v1: V1v1版本搜索API服务
v2: V2v2版本搜索API服务(推荐)
Implementations§
Auto Trait Implementations§
impl Freeze for SearchService
impl !RefUnwindSafe for SearchService
impl Send for SearchService
impl Sync for SearchService
impl Unpin for SearchService
impl !UnwindSafe for SearchService
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