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 Formatimpl Clone for Formatfn clone(&self) -> Formatfn clone_from(&mut self, source: &Self)impl Debug for Formatimpl Eq for Formatimpl PartialEq for Format