[][src]Enum gluster::fop::GlusterFOP

pub enum GlusterFOP {
    GfFopOpen,
    GfFopStat,
    GfFopFstat,
    GfFopLookup,
    GfFopAccess,
    GfFopReadlink,
    GfFopOpendir,
    GfFopStatfs,
    GfFopReaddir,
    GfFopReaddirp,
    GfFopCreate,
    GfFopFlush,
    GfFopLk,
    GfFopInodelk,
    GfFopFinodelk,
    GfFopEntrylk,
    GfFopFentrylk,
    GfFopUnlink,
    GfFopSetAttr,
    GfFopFSetAttr,
    GfFopMknod,
    GfFopMkdir,
    GfFopRmdir,
    GfFopSymlink,
    GfFopRename,
    GfFopLink,
    GfFopSetXAttr,
    GfFopGetXAttr,
    GfFopFGetXattr,
    GfFopFSetXAttr,
    GfFopRemovexAttr,
    GfFopFRemovexAttr,
    GfFopIpc,
    GfFopRead,
    GfFopWrite,
    GfFopFsync,
    GfFopTruncate,
    GfFopFTruncate,
    GfFopFSyncDir,
    GfFopXAttrOp,
    GfFopFXAttrOp,
    GfFopRChecksum,
    GfFopZerofill,
    GfFopFallocate,
    GfFopNull,
    GfFopForget,
    GfFopRelease,
    GfFopReleaseDir,
    GfFopGetSpec,
    GfFopMaxValue,
    GfFopDiscard,
    Unknown,
}

Variants

GfFopOpenGfFopStatGfFopFstatGfFopLookupGfFopAccessGfFopReadlinkGfFopOpendirGfFopStatfsGfFopReaddirGfFopReaddirpGfFopCreateGfFopFlushGfFopLkGfFopInodelkGfFopFinodelkGfFopEntrylkGfFopFentrylkGfFopUnlinkGfFopSetAttrGfFopFSetAttrGfFopMknodGfFopMkdirGfFopRmdirGfFopSymlinkGfFopRenameGfFopLinkGfFopSetXAttrGfFopGetXAttrGfFopFGetXattrGfFopFSetXAttrGfFopRemovexAttrGfFopFRemovexAttrGfFopIpcGfFopReadGfFopWriteGfFopFsyncGfFopTruncateGfFopFTruncateGfFopFSyncDirGfFopXAttrOpGfFopFXAttrOpGfFopRChecksumGfFopZerofillGfFopFallocateGfFopNullGfFopForgetGfFopReleaseGfFopReleaseDirGfFopGetSpecGfFopMaxValueGfFopDiscardUnknown

Trait Implementations

impl Debug for GlusterFOP[src]

impl FromStr for GlusterFOP[src]

type Err = GlusterError

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for GlusterFOP

impl Sync for GlusterFOP

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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