Enum xml2json_rs::Version
source · [−]pub enum Version {
XML10,
XML11,
}
Expand description
XML Declaration version.
Setting this in a Declaration will not alter the output of the XML apart from writing the version number to the declaration.
Variants
XML10
1.0
XML11
1.1
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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