pub struct LatencyGraph {
pub filter: Option<Option<Box<SearchAnalyticsFilter>>>,
pub granularity: Option<Option<Granularity>>,
pub type: Type,
}
Fields§
§filter: Option<Option<Box<SearchAnalyticsFilter>>>
§granularity: Option<Option<Granularity>>
§type: Type
Implementations§
Source§impl LatencyGraph
impl LatencyGraph
pub fn new(type: Type) -> LatencyGraph
Trait Implementations§
Source§impl Clone for LatencyGraph
impl Clone for LatencyGraph
Source§fn clone(&self) -> LatencyGraph
fn clone(&self) -> LatencyGraph
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 LatencyGraph
impl Debug for LatencyGraph
Source§impl Default for LatencyGraph
impl Default for LatencyGraph
Source§fn default() -> LatencyGraph
fn default() -> LatencyGraph
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LatencyGraph
impl<'de> Deserialize<'de> for LatencyGraph
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
Source§impl PartialEq for LatencyGraph
impl PartialEq for LatencyGraph
Source§impl Serialize for LatencyGraph
impl Serialize for LatencyGraph
impl StructuralPartialEq for LatencyGraph
Auto Trait Implementations§
impl Freeze for LatencyGraph
impl RefUnwindSafe for LatencyGraph
impl Send for LatencyGraph
impl Sync for LatencyGraph
impl Unpin for LatencyGraph
impl UnwindSafe for LatencyGraph
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