[][src]Trait iml_wire_types::Label

pub trait Label {
    fn label(&self) -> &str;
}

Required methods

fn label(&self) -> &str

Loading content...

Implementors

impl Label for CorosyncConfigurationRecord[src]

impl Label for LnetConfigurationRecord[src]

impl Label for OstPoolRecord[src]

impl Label for PacemakerConfigurationRecord[src]

impl Label for StratagemConfiguration[src]

impl Label for VolumeNodeRecord[src]

impl Label for Filesystem[src]

impl Label for Host[src]

impl Label for Volume[src]

impl<'_> Label for &'_ OstPoolRecord[src]

impl<'_> Label for &'_ VolumeNodeRecord[src]

impl<'_> Label for &'_ Filesystem[src]

impl<'_> Label for &'_ Host[src]

impl<'_> Label for &'_ Volume[src]

impl<'_, T> Label for &'_ Target<T>[src]

impl<T> Label for Target<T>[src]

Loading content...