Enum sentry_rs::models::CredentialsParseError
[−]
[src]
pub enum CredentialsParseError {
BadUrl,
NoApiKey,
NoApiSecret,
NoHostname,
BadProjectId,
NoProjectId,
}Variants
BadUrlNoApiKeyNoApiSecretNoHostnameBadProjectIdNoProjectId
Trait Implementations
impl Clone for CredentialsParseError[src]
fn clone(&self) -> CredentialsParseError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more