Struct SelectorStrategy

struct SelectorStrategy { ... }

Strategy to create Selectors.

Created via any::<Selector>().

Implementations

impl Debug for SelectorStrategy

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

impl Freeze for SelectorStrategy

impl RefUnwindSafe for SelectorStrategy

impl Send for SelectorStrategy

impl Strategy for SelectorStrategy

fn new_tree(self: &Self, runner: &mut TestRunner) -> NewTree<Self>

impl Sync for SelectorStrategy

impl Unpin for SelectorStrategy

impl UnwindSafe for SelectorStrategy

impl<T> Any for SelectorStrategy

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SelectorStrategy

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

impl<T> BorrowMut for SelectorStrategy

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

impl<T> From for SelectorStrategy

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for SelectorStrategy

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 SelectorStrategy

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

impl<T, U> TryInto for SelectorStrategy

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

impl<V, T> VZip for SelectorStrategy

fn vzip(self: Self) -> V