Enum xsd_types::DateTimeDatatype
source · pub enum DateTimeDatatype {
DateTimeStamp,
}Expand description
Datatype derived from xsd:dateTime.
Variants§
DateTimeStamp
Trait Implementations§
source§impl From<DateTimeDatatype> for Datatype
impl From<DateTimeDatatype> for Datatype
source§fn from(ty: DateTimeDatatype) -> Self
fn from(ty: DateTimeDatatype) -> Self
Converts to this type from the input type.