[][src]Trait iml_wire_types::EndpointName

pub trait EndpointName {
    fn endpoint_name() -> &'static str;
}

Required methods

fn endpoint_name() -> &'static str

Loading content...

Implementors

impl EndpointName for Alert[src]

impl EndpointName for Command[src]

impl EndpointName for Filesystem[src]

impl EndpointName for Host[src]

impl EndpointName for ServerProfile[src]

impl EndpointName for Volume[src]

impl EndpointName for VolumeNode[src]

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

Loading content...