Struct pdf_word_count::WordCount [] [src]

pub struct WordCount {
    pub words: usize,
    pub characters: usize,
    pub lines: usize,
}

Fields

Trait Implementations

impl Default for WordCount
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for WordCount
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WordCount

impl Sync for WordCount