pub struct XAttr {
pub attrname: String,
pub attrval: Vec<u8>,
}
Fields§
§attrname: String
§attrval: Vec<u8>
Trait Implementations§
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