Enum elementtree::XmlProlog
source · [−]pub enum XmlProlog {
Version10,
Version11,
}Expand description
Xml Prolog version handle by elementtree
Variants
Version10
Version11
Auto Trait Implementations
impl RefUnwindSafe for XmlProlog
impl Send for XmlProlog
impl Sync for XmlProlog
impl Unpin for XmlProlog
impl UnwindSafe for XmlProlog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more