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