pub struct RemoveXattr {
pub path: BtrfsString,
pub xattr_name: BtrfsString,
}
Fields§
§path: BtrfsString
§xattr_name: BtrfsString
Trait Implementations§
Source§impl Clone for RemoveXattr
impl Clone for RemoveXattr
Source§fn clone(&self) -> RemoveXattr
fn clone(&self) -> RemoveXattr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RemoveXattr
impl Debug for RemoveXattr
Source§impl Default for RemoveXattr
impl Default for RemoveXattr
Source§fn default() -> RemoveXattr
fn default() -> RemoveXattr
Returns the “default value” for a type. Read more
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