Struct rincon_session::client::ParsedQuery [] [src]

pub struct ParsedQuery { /* fields omitted */ }

Methods

impl ParsedQuery
[src]

[src]

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

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

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

Trait Implementations

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<ParsedQuery> for ParsedQuery
[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 ParsedQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParsedQuery
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParsedQuery

impl Sync for ParsedQuery