pub struct ReplyEntry<'a> { /* private fields */ }Expand description
FUSE entry response
Implementations§
Source§impl<'a> ReplyEntry<'a>
impl<'a> ReplyEntry<'a>
Source§impl ReplyEntry<'_>
impl ReplyEntry<'_>
Sourcepub async fn error(self, err: AsyncFusexError) -> Result<usize>
pub async fn error(self, err: AsyncFusexError) -> Result<usize>
fuse reply error
Sourcepub async fn error_code(self, error_code: Errno) -> Result<usize>
pub async fn error_code(self, error_code: Errno) -> Result<usize>
fuse reply error code
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReplyEntry<'a>
impl<'a> RefUnwindSafe for ReplyEntry<'a>
impl<'a> Send for ReplyEntry<'a>
impl<'a> Sync for ReplyEntry<'a>
impl<'a> Unpin for ReplyEntry<'a>
impl<'a> !UnwindSafe for ReplyEntry<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more