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. |
pub enum Format { Text, Html, }
Possible data formats.
Text | Process the text as-is. |
Html | Try to stip HTML tags and expand entities. |
impl Copy for Format
impl Clone for Format
fn clone(&self) -> Format
fn clone_from(&mut self, source: &Self)
impl Debug for Format
impl Eq for Format
impl PartialEq for Format