pub struct NestedQuery { /* private fields */ }
Implementations§
Source§impl NestedQuery
impl NestedQuery
pub fn new<T>(path: &str, query: T) -> NestedQuerywhere
T: QueryTrait,
Trait Implementations§
Source§impl Default for NestedQuery
impl Default for NestedQuery
Source§fn default() -> NestedQuery
fn default() -> NestedQuery
Returns the “default value” for a type. Read more
Source§impl QueryTrait for NestedQuery
impl QueryTrait for NestedQuery
Source§impl Serialize for NestedQuery
impl Serialize for NestedQuery
Source§fn 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 Freeze for NestedQuery
impl RefUnwindSafe for NestedQuery
impl Send for NestedQuery
impl Sync for NestedQuery
impl Unpin for NestedQuery
impl UnwindSafe for NestedQuery
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