pub struct Xattr {
pub namespace: Namespace,
pub attr: String,
}Fields§
§namespace: Namespace§attr: StringImplementations§
Trait Implementations§
Source§impl<'a> Deserialize<'a> for Xattr
impl<'a> Deserialize<'a> for Xattr
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Xattr
impl Ord for Xattr
Source§impl PartialOrd for Xattr
impl PartialOrd for Xattr
impl Eq for Xattr
impl StructuralPartialEq for Xattr
Auto Trait Implementations§
impl Freeze for Xattr
impl RefUnwindSafe for Xattr
impl Send for Xattr
impl Sync for Xattr
impl Unpin for Xattr
impl UnwindSafe for Xattr
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