Enum xio_webapi::ApiVersion[][src]

pub enum ApiVersion {
    V1,
}

An enum representing the version of the API.

Variants

Version 1.

Trait Implementations

impl Clone for ApiVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApiVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ApiVersion
[src]

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

This method tests for !=.

impl Eq for ApiVersion
[src]

Auto Trait Implementations

impl Send for ApiVersion

impl Sync for ApiVersion