pub enum Rmessage {
Show 29 variants Version(Rversion), Flush, Walk(Rwalk), Read(Rread), Write(Rwrite), Clunk, Remove, Attach(Rattach), Auth(Rauth), Statfs(Rstatfs), Lopen(Rlopen), Lcreate(Rlcreate), Symlink(Rsymlink), Mknod(Rmknod), Rename, Readlink(Rreadlink), GetAttr(Rgetattr), SetAttr, XattrWalk(Rxattrwalk), XattrCreate, Readdir(Rreaddir), Fsync, Lock(Rlock), GetLock(Rgetlock), Link, Mkdir(Rmkdir), RenameAt, UnlinkAt, Lerror(Rlerror),
}
Expand description

A message sent from a 9P server to a 9P client in response to a request from that client. Encapsulates a full frame.

Variants§

§

Version(Rversion)

§

Flush

§

Walk(Rwalk)

§

Read(Rread)

§

Write(Rwrite)

§

Clunk

§

Remove

§

Attach(Rattach)

§

Auth(Rauth)

§

Statfs(Rstatfs)

§

Lopen(Rlopen)

§

Lcreate(Rlcreate)

§

Mknod(Rmknod)

§

Rename

§

GetAttr(Rgetattr)

§

SetAttr

§

XattrWalk(Rxattrwalk)

§

XattrCreate

§

Readdir(Rreaddir)

§

Fsync

§

Lock(Rlock)

§

GetLock(Rgetlock)

§

Mkdir(Rmkdir)

§

RenameAt

§

UnlinkAt

§

Lerror(Rlerror)

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.