pub enum XmlVersion {
Version10,
Version11,
}
Expand description
XML version enumeration.
Variants§
Trait Implementations§
Source§impl Clone for XmlVersion
impl Clone for XmlVersion
Source§fn clone(&self) -> XmlVersion
fn clone(&self) -> XmlVersion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for XmlVersion
impl Debug for XmlVersion
Source§impl Display for XmlVersion
impl Display for XmlVersion
Source§impl Ord for XmlVersion
impl Ord for XmlVersion
Source§fn cmp(&self, other: &XmlVersion) -> Ordering
fn cmp(&self, other: &XmlVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for XmlVersion
impl PartialEq for XmlVersion
Source§impl PartialOrd for XmlVersion
impl PartialOrd for XmlVersion
impl Copy for XmlVersion
impl Eq for XmlVersion
impl StructuralPartialEq for XmlVersion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)