pub struct FTQuery {
pub ticket: String,
pub user: String,
pub query: String,
pub sort: String,
pub databases: String,
pub reopen: bool,
pub top: i32,
pub limit: i32,
pub from: i32,
}Fields§
§ticket: String§user: String§query: String§sort: String§databases: String§reopen: bool§top: i32§limit: i32§from: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FTQuery
impl RefUnwindSafe for FTQuery
impl Send for FTQuery
impl Sync for FTQuery
impl Unpin for FTQuery
impl UnsafeUnpin for FTQuery
impl UnwindSafe for FTQuery
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