[][src]Enum iml_wire_types::warp_drive::RecordId

pub enum RecordId {
    ActiveAlert(u32),
    ContentType(u32),
    CorosyncConfiguration(u32),
    Filesystem(u32),
    Group(u32),
    Host(u32),
    LnetConfiguration(u32),
    ManagedTargetMount(u32),
    OstPool(u32),
    OstPoolOsts(u32),
    PacemakerConfiguration(u32),
    StratagemConfig(u32),
    Target(u32),
    User(u32),
    UserGroup(u32),
    Volume(u32),
    VolumeNode(u32),
}

Variants

ActiveAlert(u32)
ContentType(u32)
CorosyncConfiguration(u32)
Filesystem(u32)
Group(u32)
Host(u32)
LnetConfiguration(u32)
ManagedTargetMount(u32)
OstPool(u32)
OstPoolOsts(u32)
PacemakerConfiguration(u32)
StratagemConfig(u32)
Target(u32)
User(u32)
UserGroup(u32)
Volume(u32)
VolumeNode(u32)

Trait Implementations

impl Clone for RecordId[src]

impl Copy for RecordId[src]

impl Debug for RecordId[src]

impl Deref for RecordId[src]

type Target = u32

The resulting type after dereferencing.

impl<'de> Deserialize<'de> for RecordId[src]

impl Eq for RecordId[src]

impl Hash for RecordId[src]

impl PartialEq<RecordId> for RecordId[src]

impl Serialize for RecordId[src]

impl StructuralEq for RecordId[src]

impl StructuralPartialEq for RecordId[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToBytes for T where
    T: Serialize
[src]

impl<T> ToJsonValue for T where
    T: Serialize
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.