pub struct HashTable { /* private fields */ }Expand description
A wrapper around Zsh’s hashtable implementation
Auto Trait Implementations§
impl !Send for HashTable
impl !Sync for HashTable
impl Freeze for HashTable
impl RefUnwindSafe for HashTable
impl Unpin for HashTable
impl UnsafeUnpin for HashTable
impl UnwindSafe for HashTable
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