pub struct ReplyXattr { /* private fields */ }Expand description
Xattr reply
Implementations§
Trait Implementations§
Source§impl Debug for ReplyXattr
impl Debug for ReplyXattr
Source§impl Reply for ReplyXattr
impl Reply for ReplyXattr
Source§fn new<S: ReplySender>(unique: u64, sender: S) -> ReplyXattr
fn new<S: ReplySender>(unique: u64, sender: S) -> ReplyXattr
Create a new reply for the given request
Auto Trait Implementations§
impl Freeze for ReplyXattr
impl !RefUnwindSafe for ReplyXattr
impl Send for ReplyXattr
impl !Sync for ReplyXattr
impl Unpin for ReplyXattr
impl !UnwindSafe for ReplyXattr
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