pub enum PrimitiveDatatype {
Show 19 variants
String,
Boolean,
Decimal,
Float,
Double,
Duration,
DateTime,
Time,
Date,
GYearMonth,
GYear,
GMonthDay,
GDay,
GMonth,
HexBinary,
Base64Binary,
AnyUri,
QName,
Notation,
}Expand description
XSD primitive datatype.
Variants§
String
Boolean
Decimal
Float
Double
Duration
DateTime
Time
Date
GYearMonth
GYear
GMonthDay
GDay
GMonth
HexBinary
Base64Binary
AnyUri
QName
Notation
Auto Trait Implementations§
impl Freeze for PrimitiveDatatype
impl RefUnwindSafe for PrimitiveDatatype
impl Send for PrimitiveDatatype
impl Sync for PrimitiveDatatype
impl Unpin for PrimitiveDatatype
impl UnwindSafe for PrimitiveDatatype
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