Struct rincon_session::client::ExplainedQuery [] [src]

pub struct ExplainedQuery { /* fields omitted */ }

Methods

impl ExplainedQuery
[src]

[src]

[src]

[src]

Important traits for &'a mut [u8]
[src]

Important traits for &'a mut [u8]
[src]

[src]

[src]

Trait Implementations

impl<'de> Deserialize<'de> for ExplainedQuery
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<ExplainedQuery> for ExplainedQuery
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for ExplainedQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExplainedQuery
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations