[][src]Trait iml_wire_types::db::Name

pub trait Name {
    fn table_name() -> TableName<'static>;
}

Required methods

fn table_name() -> TableName<'static>

Get the name of a chroma table

Loading content...

Implementors

impl Name for AlertStateRecord[src]

impl Name for FsRecord[src]

impl Name for LnetConfigurationRecord[src]

impl Name for ManagedHostRecord[src]

impl Name for ManagedTargetMountRecord[src]

impl Name for ManagedTargetRecord[src]

impl Name for StratagemConfiguration[src]

impl Name for VolumeNodeRecord[src]

impl Name for VolumeRecord[src]

Loading content...