Enum monitor_types::UpdateTarget
source · pub enum UpdateTarget {
System,
Build(String),
Deployment(String),
Server(String),
Procedure(String),
Group(String),
}
Variants§
Trait Implementations§
source§impl Clone for UpdateTarget
impl Clone for UpdateTarget
source§fn clone(&self) -> UpdateTarget
fn clone(&self) -> UpdateTarget
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 UpdateTarget
impl Debug for UpdateTarget
source§impl Default for UpdateTarget
impl Default for UpdateTarget
source§impl<'de> Deserialize<'de> for UpdateTarget
impl<'de> Deserialize<'de> for UpdateTarget
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 From<&Build> for UpdateTarget
impl From<&Build> for UpdateTarget
source§impl From<&Deployment> for UpdateTarget
impl From<&Deployment> for UpdateTarget
source§fn from(deployment: &Deployment) -> Self
fn from(deployment: &Deployment) -> Self
Converts to this type from the input type.