Functionsยง
- implements_
clone - Test if an item implements
Clone
trait. - implements_
debug - Test if an item implements
Debug
trait. - implements_
send - Test if an item implements
Send
trait. - implements_
sync - Test if an item implements
Sync
trait. - pick_
random - Picks random N items from a vector or slice of items.
- pick_
random_ rg - Picks random items from a vector or slice of items.
- random_
vec - Generates a vector of items that implement the
Random
trait. - random_
vec_ rg - Generates a vector of items that implement the
Random
trait.