Struct fuse::ReplyWrite [] [src]

pub struct ReplyWrite { /* fields omitted */ }

Write Reply

Methods

impl ReplyWrite
[src]

[src]

Reply to a request with the given open result

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyWrite
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyWrite
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyWrite

impl !Sync for ReplyWrite