Struct html2text::SizeEstimate[][src]

pub struct SizeEstimate { /* fields omitted */ }

Size information/estimate

Methods

impl SizeEstimate
[src]

Combine two estimates into one (add size and widest required)

Trait Implementations

impl Debug for SizeEstimate
[src]

Formats the value using the given formatter. Read more

impl Copy for SizeEstimate
[src]

impl Clone for SizeEstimate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SizeEstimate
[src]

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

Auto Trait Implementations