Struct BTreeMapValueTree

struct BTreeMapValueTree<K, V>(_)
where
    K: ValueTree,
    V: ValueTree,
    <K as >::Value: Ord

ValueTree corresponding to BTreeMapStrategy.

Implementations

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

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

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

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

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

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

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

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

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

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

impl<K, V> ValueTree for BTreeMapValueTree<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 BTreeMapValueTree<K, V>

fn type_id(self: &Self) -> TypeId

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

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

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

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

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

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

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

fn from(t: T) -> T

Returns the argument unchanged.

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

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

impl<T, U> Into for BTreeMapValueTree<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 BTreeMapValueTree<K, V>

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

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

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

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

fn vzip(self: Self) -> V