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