Struct icinga2_api::types::names::IcingaEndpointName
source · pub struct IcingaEndpointName(pub String);
Expand description
an endpoint name
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for IcingaEndpointName
impl Clone for IcingaEndpointName
source§fn clone(&self) -> IcingaEndpointName
fn clone(&self) -> IcingaEndpointName
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 IcingaEndpointName
impl Debug for IcingaEndpointName
source§impl<'de> Deserialize<'de> for IcingaEndpointName
impl<'de> Deserialize<'de> for IcingaEndpointName
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 IcingaEndpointName
impl Display for IcingaEndpointName
source§impl FromStr for IcingaEndpointName
impl FromStr for IcingaEndpointName
source§impl Hash for IcingaEndpointName
impl Hash for IcingaEndpointName
source§impl Ord for IcingaEndpointName
impl Ord for IcingaEndpointName
source§fn cmp(&self, other: &IcingaEndpointName) -> Ordering
fn cmp(&self, other: &IcingaEndpointName) -> 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 IcingaEndpointName
impl PartialEq for IcingaEndpointName
source§fn eq(&self, other: &IcingaEndpointName) -> bool
fn eq(&self, other: &IcingaEndpointName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IcingaEndpointName
impl PartialOrd for IcingaEndpointName
source§fn partial_cmp(&self, other: &IcingaEndpointName) -> Option<Ordering>
fn partial_cmp(&self, other: &IcingaEndpointName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for IcingaEndpointName
impl Serialize for IcingaEndpointName
impl Eq for IcingaEndpointName
impl StructuralPartialEq for IcingaEndpointName
Auto Trait Implementations§
impl Freeze for IcingaEndpointName
impl RefUnwindSafe for IcingaEndpointName
impl Send for IcingaEndpointName
impl Sync for IcingaEndpointName
impl Unpin for IcingaEndpointName
impl UnwindSafe for IcingaEndpointName
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.