pub struct CollectorCapability {
pub version: u16,
pub collector: CollectorId,
pub availability: CollectorAvailability,
pub detail: Option<String>,
}Expand description
Host-specific availability report for one collector.
Fields§
§version: u16§collector: CollectorId§availability: CollectorAvailability§detail: Option<String>Trait Implementations§
Source§impl Clone for CollectorCapability
impl Clone for CollectorCapability
Source§fn clone(&self) -> CollectorCapability
fn clone(&self) -> CollectorCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CollectorCapability
impl Debug for CollectorCapability
Source§impl<'de> Deserialize<'de> for CollectorCapability
impl<'de> Deserialize<'de> for CollectorCapability
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
impl Eq for CollectorCapability
Source§impl PartialEq for CollectorCapability
impl PartialEq for CollectorCapability
Source§impl Serialize for CollectorCapability
impl Serialize for CollectorCapability
impl StructuralPartialEq for CollectorCapability
Auto Trait Implementations§
impl Freeze for CollectorCapability
impl RefUnwindSafe for CollectorCapability
impl Send for CollectorCapability
impl Sync for CollectorCapability
impl Unpin for CollectorCapability
impl UnsafeUnpin for CollectorCapability
impl UnwindSafe for CollectorCapability
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