[][src]Trait iml_wire_types::db::NotDeleted

pub trait NotDeleted {
    fn not_deleted(&self) -> bool;

    fn deleted(&self) -> bool { ... }
}

Required methods

fn not_deleted(&self) -> bool

Returns if the record is not deleted.

Loading content...

Provided methods

fn deleted(&self) -> bool

Returns if the record is deleted.

Loading content...

Implementors

impl NotDeleted for CorosyncConfigurationRecord[src]

impl NotDeleted for FsRecord[src]

impl NotDeleted for LnetConfigurationRecord[src]

impl NotDeleted for ManagedHostRecord[src]

impl NotDeleted for ManagedMdtRecord[src]

impl NotDeleted for ManagedOstRecord[src]

impl NotDeleted for ManagedTargetMountRecord[src]

impl NotDeleted for ManagedTargetRecord[src]

impl NotDeleted for OstPoolRecord[src]

impl NotDeleted for PacemakerConfigurationRecord[src]

impl NotDeleted for StratagemConfiguration[src]

impl NotDeleted for VolumeNodeRecord[src]

impl NotDeleted for VolumeRecord[src]

Loading content...