Struct icinga2_api::types::names::IcingaCheckCommandName
source · pub struct IcingaCheckCommandName(pub String);
Expand description
a check command name
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for IcingaCheckCommandName
impl Clone for IcingaCheckCommandName
source§fn clone(&self) -> IcingaCheckCommandName
fn clone(&self) -> IcingaCheckCommandName
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 IcingaCheckCommandName
impl Debug for IcingaCheckCommandName
source§impl<'de> Deserialize<'de> for IcingaCheckCommandName
impl<'de> Deserialize<'de> for IcingaCheckCommandName
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 IcingaCheckCommandName
impl Display for IcingaCheckCommandName
source§impl FromStr for IcingaCheckCommandName
impl FromStr for IcingaCheckCommandName
source§impl Hash for IcingaCheckCommandName
impl Hash for IcingaCheckCommandName
source§impl Ord for IcingaCheckCommandName
impl Ord for IcingaCheckCommandName
source§fn cmp(&self, other: &IcingaCheckCommandName) -> Ordering
fn cmp(&self, other: &IcingaCheckCommandName) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IcingaCheckCommandName
impl PartialEq for IcingaCheckCommandName
source§impl PartialOrd for IcingaCheckCommandName
impl PartialOrd for IcingaCheckCommandName
source§impl Serialize for IcingaCheckCommandName
impl Serialize for IcingaCheckCommandName
impl Eq for IcingaCheckCommandName
impl StructuralPartialEq for IcingaCheckCommandName
Auto Trait Implementations§
impl Freeze for IcingaCheckCommandName
impl RefUnwindSafe for IcingaCheckCommandName
impl Send for IcingaCheckCommandName
impl Sync for IcingaCheckCommandName
impl Unpin for IcingaCheckCommandName
impl UnwindSafe for IcingaCheckCommandName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.