Enum xml::common::XmlVersion
source · 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<XmlVersion> for XmlVersion
impl PartialEq<XmlVersion> for XmlVersion
source§fn eq(&self, other: &XmlVersion) -> bool
fn eq(&self, other: &XmlVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<XmlVersion> for XmlVersion
impl PartialOrd<XmlVersion> for XmlVersion
source§fn partial_cmp(&self, other: &XmlVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &XmlVersion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for XmlVersion
impl Eq for XmlVersion
impl StructuralEq for XmlVersion
impl StructuralPartialEq for XmlVersion
Auto Trait Implementations§
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