Struct rusterpassword::Identicon[][src]

pub struct Identicon {
    pub left_arm: &'static str,
    pub right_arm: &'static str,
    pub body: &'static str,
    pub accessory: &'static str,
    pub color: u8,
}

Fields

Trait Implementations

impl Debug for Identicon
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Identicon
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Identicon

impl Sync for Identicon