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