Struct couchdb::Version [] [src]

pub struct Version(_);

Version is a string specifying a version.

Summary

Methods

impl Version
[src]

Tries to obtain the major, minor, and patch numbers from the version string.

Trait Implementations

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Version
[src]

Formats the value using the given formatter.

impl Default for Version
[src]

Returns the "default value" for a type. Read more

impl Eq for Version
[src]

impl Hash for Version
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Version
[src]

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

This method tests for !=.

impl Display for Version
[src]

Formats the value using the given formatter. Read more

impl AsRef<str> for Version
[src]

Performs the conversion.

impl From<String> for Version
[src]

Performs the conversion.

impl<'a> From<&'a str> for Version
[src]

Performs the conversion.