pub enum XmlProlog {
Version10,
Version11,
}
Expand description
Xml Prolog version handle by elementtree
Variants§
Auto Trait Implementations§
impl Freeze for XmlProlog
impl RefUnwindSafe for XmlProlog
impl Send for XmlProlog
impl Sync for XmlProlog
impl Unpin for XmlProlog
impl UnwindSafe for XmlProlog
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