pub enum XsdVersion {
V1_0,
V1_1,
}Expand description
XSD version mode
Variants§
Trait Implementations§
Source§impl Clone for XsdVersion
impl Clone for XsdVersion
Source§fn clone(&self) -> XsdVersion
fn clone(&self) -> XsdVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XsdVersion
Source§impl Debug for XsdVersion
impl Debug for XsdVersion
Source§impl Default for XsdVersion
impl Default for XsdVersion
Source§fn default() -> XsdVersion
fn default() -> XsdVersion
Returns the “default value” for a type. Read more
impl Eq for XsdVersion
Source§impl PartialEq for XsdVersion
impl PartialEq for XsdVersion
Source§fn eq(&self, other: &XsdVersion) -> bool
fn eq(&self, other: &XsdVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XsdVersion
Auto Trait Implementations§
impl Freeze for XsdVersion
impl RefUnwindSafe for XsdVersion
impl Send for XsdVersion
impl Sync for XsdVersion
impl Unpin for XsdVersion
impl UnsafeUnpin for XsdVersion
impl UnwindSafe for XsdVersion
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