pub struct LogGetRequestsStatsConfig {
pub query_params: Vec<(String, String)>,
}Expand description
LogGetRequestsStatsConfig is the config for the get requests stats.
Fields§
§query_params: Vec<(String, String)>Trait Implementations§
Source§impl Clone for LogGetRequestsStatsConfig
impl Clone for LogGetRequestsStatsConfig
Source§fn clone(&self) -> LogGetRequestsStatsConfig
fn clone(&self) -> LogGetRequestsStatsConfig
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 LogGetRequestsStatsConfig
impl Debug for LogGetRequestsStatsConfig
Source§impl Default for LogGetRequestsStatsConfig
impl Default for LogGetRequestsStatsConfig
Source§fn default() -> LogGetRequestsStatsConfig
fn default() -> LogGetRequestsStatsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogGetRequestsStatsConfig
impl<'de> Deserialize<'de> for LogGetRequestsStatsConfig
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 LogGetRequestsStatsConfig
impl RefUnwindSafe for LogGetRequestsStatsConfig
impl Send for LogGetRequestsStatsConfig
impl Sync for LogGetRequestsStatsConfig
impl Unpin for LogGetRequestsStatsConfig
impl UnwindSafe for LogGetRequestsStatsConfig
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