pub enum TagHandling {
Xml,
Html,
}Expand description
Sets which kind of tags should be handled
Variants§
Trait Implementations§
Source§impl Clone for TagHandling
impl Clone for TagHandling
Source§fn clone(&self) -> TagHandling
fn clone(&self) -> TagHandling
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TagHandling
impl Debug for TagHandling
Source§impl Serialize for TagHandling
impl Serialize for TagHandling
impl Copy for TagHandling
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