Struct rincon_session::client::TargetVersion [] [src]

pub struct TargetVersion { /* fields omitted */ }

Represents the database-version that this server requires.

Methods

impl TargetVersion
[src]

[src]

Returns the target version as &str.

Trait Implementations

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

[src]

Deserialize this value from the given Serde deserializer. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TargetVersion
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TargetVersion

impl Sync for TargetVersion