pub struct Query {
pub cxxp: UniquePtr<Query>,
}
Fields§
§cxxp: UniquePtr<Query>
Implementations§
Source§impl Query
impl Query
pub fn new() -> Result<Self, XError>
pub fn new_range( op: XapianOp, slot: u32, begin: f64, end: f64, ) -> Result<Self, XError>
pub fn add_right(&mut self, op: XapianOp, q: &mut Query) -> Result<Self, XError>
pub fn new_double_with_prefix(prefix: &str, d: f64) -> Result<Self, XError>
pub fn is_empty(&mut self) -> bool
pub fn is_empty_content_query(&mut self) -> bool
pub fn get_description(&mut self) -> String
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl !Send for Query
impl !Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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