pub enum TagHandling {
Xml,
Html,
}
Expand description
Sets which kind of tags should be handled. Options currently available
Variants§
Xml
Enable XML tag handling see: https://www.deepl.com/docs-api/xml
Html
Enable HTML tag handling see: https://www.deepl.com/docs-api/html
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagHandling
impl RefUnwindSafe for TagHandling
impl Send for TagHandling
impl Sync for TagHandling
impl Unpin for TagHandling
impl UnwindSafe for TagHandling
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more