Struct couchbase_lite::QueryLanguage
source · [−]#[repr(transparent)]pub struct QueryLanguage(pub u32);Tuple Fields
0: u32Implementations
sourceimpl C4QueryLanguage
impl C4QueryLanguage
pub const kC4JSONQuery: C4QueryLanguage = C4QueryLanguage(0)
sourceimpl C4QueryLanguage
impl C4QueryLanguage
pub const kC4N1QLQuery: C4QueryLanguage = C4QueryLanguage(1)
Trait Implementations
sourceimpl Clone for C4QueryLanguage
impl Clone for C4QueryLanguage
sourcefn clone(&self) -> C4QueryLanguage
fn clone(&self) -> C4QueryLanguage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for C4QueryLanguage
impl Debug for C4QueryLanguage
sourceimpl Hash for C4QueryLanguage
impl Hash for C4QueryLanguage
sourceimpl PartialEq<C4QueryLanguage> for C4QueryLanguage
impl PartialEq<C4QueryLanguage> for C4QueryLanguage
sourcefn eq(&self, other: &C4QueryLanguage) -> bool
fn eq(&self, other: &C4QueryLanguage) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &C4QueryLanguage) -> bool
fn ne(&self, other: &C4QueryLanguage) -> bool
This method tests for !=.
impl Copy for C4QueryLanguage
impl Eq for C4QueryLanguage
impl StructuralEq for C4QueryLanguage
impl StructuralPartialEq for C4QueryLanguage
Auto Trait Implementations
impl RefUnwindSafe for C4QueryLanguage
impl Send for C4QueryLanguage
impl Sync for C4QueryLanguage
impl Unpin for C4QueryLanguage
impl UnwindSafe for C4QueryLanguage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more