pub struct HashEntry {
pub count: usize,
pub path: String,
pub data: Value,
}Fields§
§count: usize§path: String§data: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for HashEntry
impl RefUnwindSafe for HashEntry
impl Send for HashEntry
impl Sync for HashEntry
impl Unpin for HashEntry
impl UnsafeUnpin for HashEntry
impl UnwindSafe for HashEntry
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