Enum kuma_client::monitor::MonitorType
source · pub enum MonitorType {
Show 22 variants
Dns,
Docker,
GameDig,
Group,
GrpcKeyword,
Http,
JsonQuery,
KafkaProducer,
Keyword,
Mongodb,
Mqtt,
Mysql,
Ping,
Port,
Postgres,
Push,
Radius,
RealBrowser,
Redis,
Steam,
SqlServer,
TailscalePing,
}Variants§
Dns
Docker
GameDig
Group
GrpcKeyword
Http
JsonQuery
KafkaProducer
Keyword
Mongodb
Mqtt
Mysql
Ping
Port
Postgres
Push
Radius
RealBrowser
Redis
Steam
SqlServer
TailscalePing
Trait Implementations§
source§impl Clone for MonitorType
impl Clone for MonitorType
source§fn clone(&self) -> MonitorType
fn clone(&self) -> MonitorType
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 MonitorType
impl Debug for MonitorType
source§impl<'de> Deserialize<'de> for MonitorType
impl<'de> Deserialize<'de> for MonitorType
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 PartialEq for MonitorType
impl PartialEq for MonitorType
source§fn eq(&self, other: &MonitorType) -> bool
fn eq(&self, other: &MonitorType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MonitorType
impl Serialize for MonitorType
impl StructuralPartialEq for MonitorType
Auto Trait Implementations§
impl Freeze for MonitorType
impl RefUnwindSafe for MonitorType
impl Send for MonitorType
impl Sync for MonitorType
impl Unpin for MonitorType
impl UnwindSafe for MonitorType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more