pub struct CustomQuery { /* private fields */ }
Expand description
Metrics config collection(Single row query collection/Multi rows query collection).
Implementations§
Source§impl CustomQuery
impl CustomQuery
Sourcepub fn take_single(&mut self) -> Option<Vec<RawSingle>>
pub fn take_single(&mut self) -> Option<Vec<RawSingle>>
Takes RawSingle
collection.
Sourcepub fn take_multi(&mut self) -> Option<Vec<RawMulti>>
pub fn take_multi(&mut self) -> Option<Vec<RawMulti>>
Takes RawMulti
collection.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CustomQuery
impl<'de> Deserialize<'de> for CustomQuery
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 CustomQuery
impl RefUnwindSafe for CustomQuery
impl Send for CustomQuery
impl Sync for CustomQuery
impl Unpin for CustomQuery
impl UnwindSafe for CustomQuery
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