pub enum Listxattr {}Trait Implementations§
Source§impl<'o> Operation<'o> for Listxattr
impl<'o> Operation<'o> for Listxattr
type RequestBody = &'o ListxattrIn
type ReplyState = XattrReadState
Source§impl<'o> ReplyXattrRead<'o> for Listxattr
impl<'o> ReplyXattrRead<'o> for Listxattr
Auto Trait Implementations§
impl Freeze for Listxattr
impl RefUnwindSafe for Listxattr
impl Send for Listxattr
impl Sync for Listxattr
impl Unpin for Listxattr
impl UnwindSafe for Listxattr
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