pub struct AggregateWithPath { /* private fields */ }Expand description
Aggregate query with a path within a metadata object.
Trait Implementations§
Source§impl Clone for AggregateWithPath
impl Clone for AggregateWithPath
Source§fn clone(&self) -> AggregateWithPath
fn clone(&self) -> AggregateWithPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AggregateWithPath
impl Debug for AggregateWithPath
Source§impl Default for AggregateWithPath
impl Default for AggregateWithPath
Source§fn default() -> AggregateWithPath
fn default() -> AggregateWithPath
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregateWithPath
impl<'de> Deserialize<'de> for AggregateWithPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AggregateWithPath
impl RefUnwindSafe for AggregateWithPath
impl Send for AggregateWithPath
impl Sync for AggregateWithPath
impl Unpin for AggregateWithPath
impl UnwindSafe for AggregateWithPath
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