Enum xsd_types::ShortDatatype
source · pub enum ShortDatatype {
Byte,
}Variants§
Byte
Trait Implementations§
source§impl From<ShortDatatype> for Datatype
impl From<ShortDatatype> for Datatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.
source§impl From<ShortDatatype> for DecimalDatatype
impl From<ShortDatatype> for DecimalDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.
source§impl From<ShortDatatype> for IntDatatype
impl From<ShortDatatype> for IntDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.
source§impl From<ShortDatatype> for IntegerDatatype
impl From<ShortDatatype> for IntegerDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.
source§impl From<ShortDatatype> for LongDatatype
impl From<ShortDatatype> for LongDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.