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