FakerProvider

Trait FakerProvider 

Source
pub trait FakerProvider {
    // Provided methods
    fn uuid(&self) -> String { ... }
    fn email(&self) -> String { ... }
    fn name(&self) -> String { ... }
    fn address(&self) -> String { ... }
    fn phone(&self) -> String { ... }
    fn company(&self) -> String { ... }
    fn url(&self) -> String { ... }
    fn ip(&self) -> String { ... }
    fn color(&self) -> String { ... }
    fn word(&self) -> String { ... }
    fn sentence(&self) -> String { ... }
    fn paragraph(&self) -> String { ... }
}

Provided Methods§

Source

fn uuid(&self) -> String

Source

fn email(&self) -> String

Source

fn name(&self) -> String

Source

fn address(&self) -> String

Source

fn phone(&self) -> String

Source

fn company(&self) -> String

Source

fn url(&self) -> String

Source

fn ip(&self) -> String

Source

fn color(&self) -> String

Source

fn word(&self) -> String

Source

fn sentence(&self) -> String

Source

fn paragraph(&self) -> String

Implementors§