Enum btrfs_send_parse::Command[][src]

pub enum Command {
    Unknown(Unknown),
    Subvol(Subvol),
    Snapshot(Snapshot),
    MkFile(MkFile),
    MkDir(MkDir),
    MkNod(MkNod),
    MkFifo(MkFifo),
    MkSock(MkSock),
    SymLink(SymLink),
    Rename(Rename),
    Link(Link),
    UnLink(UnLink),
    RmDir(RmDir),
    Write(Write),
    Clone(Clone),
    SetXattr(SetXattr),
    RemoveXattr(RemoveXattr),
    Truncate(Truncate),
    Chmod(Chmod),
    Chown(Chown),
    Utimes(Utimes),
    UpdateExtent(UpdateExtent),
    End(End),
}

Variants

Methods

impl Command
[src]

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Command

impl Sync for Command