pub struct XattrList { /* private fields */ }Expand description
A list of extended attribute value names
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XattrList
impl RefUnwindSafe for XattrList
impl Send for XattrList
impl Sync for XattrList
impl Unpin for XattrList
impl UnwindSafe for XattrList
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