pub enum XmlEncoderMode {
All,
Content,
Attribute,
SingleQuotedAttribute,
DoubleQuotedAttribute,
}Variants§
Auto Trait Implementations§
impl Freeze for XmlEncoderMode
impl RefUnwindSafe for XmlEncoderMode
impl Send for XmlEncoderMode
impl Sync for XmlEncoderMode
impl Unpin for XmlEncoderMode
impl UnwindSafe for XmlEncoderMode
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