Enum coveralls_api::Identity [] [src]

pub enum Identity {
    RepoToken(String),
    ServiceToken(Service),
}

Repo tokens are alternatives to Services and involve a secret token on coveralls

Variants

Trait Implementations

impl Clone for Identity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more