Struct HashMapValueTree

struct HashMapValueTree<K, V>(_)
where
    K: ValueTree,
    V: ValueTree,
    <K as >::Value: Hash + Eq

ValueTree corresponding to HashMapStrategy.

Implementations

impl<K, V> Clone for HashMapValueTree<K, V>

fn clone(self: &Self) -> HashMapValueTree<K, V>

impl<K, V> Debug for HashMapValueTree<K, V>

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl<K, V> Freeze for HashMapValueTree<K, V>

impl<K, V> RefUnwindSafe for HashMapValueTree<K, V>

impl<K, V> Send for HashMapValueTree<K, V>

impl<K, V> Sync for HashMapValueTree<K, V>

impl<K, V> Unpin for HashMapValueTree<K, V>

impl<K, V> UnwindSafe for HashMapValueTree<K, V>

impl<K, V> ValueTree for HashMapValueTree<K, V>

fn current(self: &Self) -> <Self as >::Value
fn simplify(self: &mut Self) -> bool
fn complicate(self: &mut Self) -> bool

impl<T> Any for HashMapValueTree<K, V>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for HashMapValueTree<K, V>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for HashMapValueTree<K, V>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for HashMapValueTree<K, V>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for HashMapValueTree<K, V>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for HashMapValueTree<K, V>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for HashMapValueTree<K, V>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for HashMapValueTree<K, V>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for HashMapValueTree<K, V>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for HashMapValueTree<K, V>

fn vzip(self: Self) -> V