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