Enum xsd_types::UnsignedIntDatatype
source · pub enum UnsignedIntDatatype {
UnsignedShort(Option<UnsignedShortDatatype>),
}Variants§
UnsignedShort(Option<UnsignedShortDatatype>)
Trait Implementations§
source§impl From<Option<UnsignedShortDatatype>> for UnsignedIntDatatype
impl From<Option<UnsignedShortDatatype>> for UnsignedIntDatatype
source§fn from(input_opt: Option<UnsignedShortDatatype>) -> Self
fn from(input_opt: Option<UnsignedShortDatatype>) -> Self
Converts to this type from the input type.
source§impl From<UnsignedIntDatatype> for Datatype
impl From<UnsignedIntDatatype> for Datatype
source§fn from(ty: UnsignedIntDatatype) -> Self
fn from(ty: UnsignedIntDatatype) -> Self
Converts to this type from the input type.
source§impl From<UnsignedIntDatatype> for DecimalDatatype
impl From<UnsignedIntDatatype> for DecimalDatatype
source§fn from(ty: UnsignedIntDatatype) -> Self
fn from(ty: UnsignedIntDatatype) -> Self
Converts to this type from the input type.
source§impl From<UnsignedIntDatatype> for IntegerDatatype
impl From<UnsignedIntDatatype> for IntegerDatatype
source§fn from(ty: UnsignedIntDatatype) -> Self
fn from(ty: UnsignedIntDatatype) -> Self
Converts to this type from the input type.
source§impl From<UnsignedIntDatatype> for NonNegativeIntegerDatatype
impl From<UnsignedIntDatatype> for NonNegativeIntegerDatatype
source§fn from(ty: UnsignedIntDatatype) -> Self
fn from(ty: UnsignedIntDatatype) -> Self
Converts to this type from the input type.
source§impl From<UnsignedIntDatatype> for UnsignedLongDatatype
impl From<UnsignedIntDatatype> for UnsignedLongDatatype
source§fn from(ty: UnsignedIntDatatype) -> Self
fn from(ty: UnsignedIntDatatype) -> Self
Converts to this type from the input type.
source§impl From<UnsignedShortDatatype> for UnsignedIntDatatype
impl From<UnsignedShortDatatype> for UnsignedIntDatatype
source§fn from(ty: UnsignedShortDatatype) -> Self
fn from(ty: UnsignedShortDatatype) -> Self
Converts to this type from the input type.