[][src]Trait libstorage::vnx::FromXmlAttributes

pub trait FromXmlAttributes {
    fn from_xml_attributes(data: Attributes) -> MetricsResult<Self>
    where
        Self: Sized
; }

Helper trait to make converting messy xml into counter structs

Required methods

fn from_xml_attributes(data: Attributes) -> MetricsResult<Self> where
    Self: Sized

Loading content...

Implementors

impl FromXmlAttributes for CacheCounter[src]

impl FromXmlAttributes for CifsServer[src]

impl FromXmlAttributes for DeviceCounter[src]

impl FromXmlAttributes for Disk[src]

impl FromXmlAttributes for IpCounter[src]

impl FromXmlAttributes for NfsV2Counter[src]

impl FromXmlAttributes for NfsV3Counter[src]

impl FromXmlAttributes for NtCounter[src]

impl FromXmlAttributes for RpcCounter[src]

impl FromXmlAttributes for SmbCounter[src]

impl FromXmlAttributes for StateCounter[src]

impl FromXmlAttributes for TcpCounter[src]

impl FromXmlAttributes for TotalsCounter[src]

impl FromXmlAttributes for Trans2Counter[src]

impl FromXmlAttributes for UdpCounter[src]

Loading content...