Trait fake::Fake

source ·
pub trait Fake: Sized {
Show 33 methods // Provided methods fn lorem_word_data() -> &'static [&'static str] { ... } fn name_first_name_data() -> &'static [&'static str] { ... } fn name_last_name_data() -> &'static [&'static str] { ... } fn name_prefix_data() -> &'static [&'static str] { ... } fn name_suffix_data() -> &'static [&'static str] { ... } fn name_title_descriptor_data() -> &'static [&'static str] { ... } fn name_title_level_data() -> &'static [&'static str] { ... } fn name_title_job_data() -> &'static [&'static str] { ... } fn internet_free_email_provider_data() -> &'static [&'static str] { ... } fn internet_domain_suffix_data() -> &'static [&'static str] { ... } fn internet_password_chars_data() -> &'static [char] { ... } fn company_suffix_data() -> &'static [&'static str] { ... } fn company_buzzword_head_data() -> &'static [&'static str] { ... } fn company_buzzword_middle_data() -> &'static [&'static str] { ... } fn company_buzzword_tail_data() -> &'static [&'static str] { ... } fn company_bs_verbs_data() -> &'static [&'static str] { ... } fn company_bs_adj_data() -> &'static [&'static str] { ... } fn company_bs_nonus_data() -> &'static [&'static str] { ... } fn company_industry_data() -> &'static [&'static str] { ... } fn company_profession_data() -> &'static [&'static str] { ... } fn address_city_prefix_data() -> &'static [&'static str] { ... } fn address_city_suffix_data() -> &'static [&'static str] { ... } fn address_country_data() -> &'static [&'static str] { ... } fn address_country_code_data() -> &'static [&'static str] { ... } fn address_street_suffix_data() -> &'static [&'static str] { ... } fn address_time_zone_data() -> &'static [&'static str] { ... } fn address_state_data() -> &'static [&'static str] { ... } fn address_state_abbr_data() -> &'static [&'static str] { ... } fn address_building_number_format_data() -> &'static [&'static str] { ... } fn address_zip_format_data() -> &'static [&'static str] { ... } fn address_postcode_format_data() -> &'static [&'static str] { ... } fn phone_number_format_data() -> &'static [&'static str] { ... } fn phone_cell_number_format_data() -> &'static [&'static str] { ... }
}

Provided Methods§

source

fn lorem_word_data() -> &'static [&'static str]

source

fn name_first_name_data() -> &'static [&'static str]

source

fn name_last_name_data() -> &'static [&'static str]

source

fn name_prefix_data() -> &'static [&'static str]

source

fn name_suffix_data() -> &'static [&'static str]

source

fn name_title_descriptor_data() -> &'static [&'static str]

source

fn name_title_level_data() -> &'static [&'static str]

source

fn name_title_job_data() -> &'static [&'static str]

source

fn internet_free_email_provider_data() -> &'static [&'static str]

source

fn internet_domain_suffix_data() -> &'static [&'static str]

source

fn internet_password_chars_data() -> &'static [char]

source

fn company_suffix_data() -> &'static [&'static str]

source

fn company_buzzword_head_data() -> &'static [&'static str]

source

fn company_buzzword_middle_data() -> &'static [&'static str]

source

fn company_buzzword_tail_data() -> &'static [&'static str]

source

fn company_bs_verbs_data() -> &'static [&'static str]

source

fn company_bs_adj_data() -> &'static [&'static str]

source

fn company_bs_nonus_data() -> &'static [&'static str]

source

fn company_industry_data() -> &'static [&'static str]

source

fn company_profession_data() -> &'static [&'static str]

source

fn address_city_prefix_data() -> &'static [&'static str]

source

fn address_city_suffix_data() -> &'static [&'static str]

source

fn address_country_data() -> &'static [&'static str]

source

fn address_country_code_data() -> &'static [&'static str]

source

fn address_street_suffix_data() -> &'static [&'static str]

source

fn address_time_zone_data() -> &'static [&'static str]

source

fn address_state_data() -> &'static [&'static str]

source

fn address_state_abbr_data() -> &'static [&'static str]

source

fn address_building_number_format_data() -> &'static [&'static str]

source

fn address_zip_format_data() -> &'static [&'static str]

source

fn address_postcode_format_data() -> &'static [&'static str]

source

fn phone_number_format_data() -> &'static [&'static str]

source

fn phone_cell_number_format_data() -> &'static [&'static str]

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Fake for fake::locales::en::Faker

source§

impl Fake for fake::locales::zh_tw::Faker