pub struct MetricQuery {
pub data_source: String,
pub query: String,
pub name: String,
}Fields§
§data_source: String§query: String§name: StringTrait Implementations§
Source§impl Clone for MetricQuery
impl Clone for MetricQuery
Source§fn clone(&self) -> MetricQuery
fn clone(&self) -> MetricQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MetricQuery
impl Debug for MetricQuery
Auto Trait Implementations§
impl Freeze for MetricQuery
impl RefUnwindSafe for MetricQuery
impl Send for MetricQuery
impl Sync for MetricQuery
impl Unpin for MetricQuery
impl UnsafeUnpin for MetricQuery
impl UnwindSafe for MetricQuery
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