pub struct HashMapBinding { /* private fields */ }Expand description
An implementation of Binding that returns values from a HashMap.
Implementations§
Trait Implementations§
Source§impl Binding for HashMapBinding
impl Binding for HashMapBinding
Auto Trait Implementations§
impl Freeze for HashMapBinding
impl RefUnwindSafe for HashMapBinding
impl Send for HashMapBinding
impl Sync for HashMapBinding
impl Unpin for HashMapBinding
impl UnsafeUnpin for HashMapBinding
impl UnwindSafe for HashMapBinding
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