pub struct Dentry {
pub key: String,
pub val: String,
}
Expand description
Single entry of the Dtab
Fields§
§key: String
§val: String
Implementations§
Trait Implementations§
impl Eq for Dentry
impl StructuralPartialEq for Dentry
Auto Trait Implementations§
impl Freeze for Dentry
impl RefUnwindSafe for Dentry
impl Send for Dentry
impl Sync for Dentry
impl Unpin for Dentry
impl UnwindSafe for Dentry
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