Struct BitSetValueTree

struct BitSetValueTree<T: BitSetLike> { ... }

Value tree produced by BitSetStrategy and SampledBitSetStrategy.

Implementations

impl<T> Any for BitSetValueTree<T>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for BitSetValueTree<T>

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

impl<T> BorrowMut for BitSetValueTree<T>

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

impl<T> CloneToUninit for BitSetValueTree<T>

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

impl<T> Freeze for BitSetValueTree<T>

impl<T> From for BitSetValueTree<T>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> RefUnwindSafe for BitSetValueTree<T>

impl<T> Send for BitSetValueTree<T>

impl<T> Sync for BitSetValueTree<T>

impl<T> ToOwned for BitSetValueTree<T>

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

impl<T> Unpin for BitSetValueTree<T>

impl<T> UnwindSafe for BitSetValueTree<T>

impl<T, U> Into for BitSetValueTree<T>

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 BitSetValueTree<T>

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

impl<T, U> TryInto for BitSetValueTree<T>

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

impl<T: $crate::clone::Clone + BitSetLike> Clone for BitSetValueTree<T>

fn clone(self: &Self) -> BitSetValueTree<T>

impl<T: $crate::fmt::Debug + BitSetLike> Debug for BitSetValueTree<T>

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

impl<T: $crate::marker::Copy + BitSetLike> Copy for BitSetValueTree<T>

impl<T: BitSetLike> ValueTree for BitSetValueTree<T>

fn current(self: &Self) -> T
fn simplify(self: &mut Self) -> bool
fn complicate(self: &mut Self) -> bool

impl<V, T> VZip for BitSetValueTree<T>

fn vzip(self: Self) -> V