Struct elastic_query_builder::query::nested::NestedQuery
source · [−]pub struct NestedQuery { /* private fields */ }Implementations
sourceimpl NestedQuery
impl NestedQuery
pub fn new<T>(path: &str, query: T) -> NestedQuerywhere
T: QueryTrait,
Trait Implementations
sourceimpl Default for NestedQuery
impl Default for NestedQuery
sourcefn default() -> NestedQuery
fn default() -> NestedQuery
Returns the “default value” for a type. Read more
sourceimpl QueryTrait for NestedQuery
impl QueryTrait for NestedQuery
sourceimpl Serialize for NestedQuery
impl Serialize for NestedQuery
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NestedQuery
impl Send for NestedQuery
impl Sync for NestedQuery
impl Unpin for NestedQuery
impl UnwindSafe for NestedQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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