Struct fuse::ReplyData [] [src]

pub struct ReplyData { /* fields omitted */ }

Data reply

Methods

impl ReplyData
[src]

[src]

Reply to a request with the given data

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyData
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyData
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyData

impl !Sync for ReplyData