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