pub enum Setxattr {}Trait Implementations§
Source§impl<'o> Operation<'o> for Setxattr
impl<'o> Operation<'o> for Setxattr
type RequestBody = (&'o SetxattrIn, &'o CStr, &'o [u8])
type ReplyState = ()
Source§impl<'o> ReplyNotFound<'o> for Setxattr
impl<'o> ReplyNotFound<'o> for Setxattr
Source§impl<'o> RequestData<'o> for Setxattr
impl<'o> RequestData<'o> for Setxattr
Auto Trait Implementations§
impl Freeze for Setxattr
impl RefUnwindSafe for Setxattr
impl Send for Setxattr
impl Sync for Setxattr
impl Unpin for Setxattr
impl UnwindSafe for Setxattr
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