Struct fuse::ReplyEntry [] [src]

pub struct ReplyEntry { /* fields omitted */ }

Entry reply

Methods

impl ReplyEntry
[src]

[src]

Reply to a request with the given entry

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyEntry
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyEntry

impl !Sync for ReplyEntry