pub enum XsdType {
Long,
Double,
Boolean,
String,
HexBinary,
}Expand description
XSD-Type-Reference.
Variants§
Implementations§
Trait Implementations§
impl Copy for XsdType
impl Eq for XsdType
impl StructuralPartialEq for XsdType
Auto Trait Implementations§
impl Freeze for XsdType
impl RefUnwindSafe for XsdType
impl Send for XsdType
impl Sync for XsdType
impl Unpin for XsdType
impl UnsafeUnpin for XsdType
impl UnwindSafe for XsdType
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