Enum cld2::Format [] [src]

pub enum Format {
    Text,
    Html,
}

Possible data formats.

Variants

Text

Process the text as-is.

Html

Try to stip HTML tags and expand entities.

Trait Implementations

Derived Implementations

impl Copy for Format

impl Clone for Format

fn clone(&self) -> Format

fn clone_from(&mut self, source: &Self)

impl Debug for Format

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for Format

impl PartialEq for Format

fn eq(&self, __arg_0: &Format) -> bool

fn ne(&self, __arg_0: &Format) -> bool