Struct insult::Verb[][src]

pub struct Verb(pub bool, pub String);

Something they do, like "farted on"

Methods

impl Verb
[src]

Trait Implementations

impl Debug for Verb
[src]

Formats the value using the given formatter. Read more

impl Clone for Verb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Verb
[src]

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

This method tests for !=.

impl Eq for Verb
[src]

Auto Trait Implementations

impl Send for Verb

impl Sync for Verb