Enum xml_builder::XMLVersion
source · pub enum XMLVersion {
XML1_0,
XML1_1,
}
Expand description
Enum representing all currently available XML versions.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XMLVersion
impl RefUnwindSafe for XMLVersion
impl Send for XMLVersion
impl Sync for XMLVersion
impl Unpin for XMLVersion
impl UnwindSafe for XMLVersion
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