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