Enum algorithmia::client::ApiAuth [] [src]

pub enum ApiAuth {
    SimpleAuth(String),
    NoAuth,
}

Represent the different ways to auth with the API

Variants

Trait Implementations

impl Clone for ApiAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

impl From<()> for ApiAuth
[src]

Performs the conversion.