Enum monitor_types::AccountType
source · pub enum AccountType {
Github,
Docker,
}
Variants§
Trait Implementations§
source§impl Clone for AccountType
impl Clone for AccountType
source§fn clone(&self) -> AccountType
fn clone(&self) -> AccountType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AccountType
impl Debug for AccountType
source§impl<'de> Deserialize<'de> for AccountType
impl<'de> Deserialize<'de> for AccountType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for AccountType
impl Display for AccountType
source§impl FromStr for AccountType
impl FromStr for AccountType
source§impl Hash for AccountType
impl Hash for AccountType
source§impl PartialEq<AccountType> for AccountType
impl PartialEq<AccountType> for AccountType
source§fn eq(&self, other: &AccountType) -> bool
fn eq(&self, other: &AccountType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AccountType
impl Serialize for AccountType
source§impl TryFrom<&str> for AccountType
impl TryFrom<&str> for AccountType
impl Copy for AccountType
impl Eq for AccountType
impl StructuralEq for AccountType
impl StructuralPartialEq for AccountType
Auto Trait Implementations§
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnwindSafe for AccountType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.