Enum xsd_types::DecimalDatatype
source · pub enum DecimalDatatype {
Integer(Option<IntegerDatatype>),
}Expand description
Datatype derived from xsd:decimal.
Variants§
Integer(Option<IntegerDatatype>)
Trait Implementations§
source§impl From<DecimalDatatype> for Datatype
impl From<DecimalDatatype> for Datatype
source§fn from(ty: DecimalDatatype) -> Self
fn from(ty: DecimalDatatype) -> 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<IntegerDatatype> for DecimalDatatype
impl From<IntegerDatatype> for DecimalDatatype
source§fn from(ty: IntegerDatatype) -> Self
fn from(ty: IntegerDatatype) -> 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<NonNegativeIntegerDatatype> for DecimalDatatype
impl From<NonNegativeIntegerDatatype> for DecimalDatatype
source§fn from(ty: NonNegativeIntegerDatatype) -> Self
fn from(ty: NonNegativeIntegerDatatype) -> Self
Converts to this type from the input type.
source§impl From<NonPositiveIntegerDatatype> for DecimalDatatype
impl From<NonPositiveIntegerDatatype> for DecimalDatatype
source§fn from(ty: NonPositiveIntegerDatatype) -> Self
fn from(ty: NonPositiveIntegerDatatype) -> Self
Converts to this type from the input type.
source§impl From<Option<IntDatatype>> for DecimalDatatype
impl From<Option<IntDatatype>> for DecimalDatatype
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<IntegerDatatype>> for DecimalDatatype
impl From<Option<IntegerDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<IntegerDatatype>) -> Self
fn from(input_opt: Option<IntegerDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<LongDatatype>> for DecimalDatatype
impl From<Option<LongDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<LongDatatype>) -> Self
fn from(input_opt: Option<LongDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<NonNegativeIntegerDatatype>> for DecimalDatatype
impl From<Option<NonNegativeIntegerDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<NonNegativeIntegerDatatype>) -> Self
fn from(input_opt: Option<NonNegativeIntegerDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<NonPositiveIntegerDatatype>> for DecimalDatatype
impl From<Option<NonPositiveIntegerDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<NonPositiveIntegerDatatype>) -> Self
fn from(input_opt: Option<NonPositiveIntegerDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<ShortDatatype>> for DecimalDatatype
impl From<Option<ShortDatatype>> for DecimalDatatype
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<Option<UnsignedIntDatatype>> for DecimalDatatype
impl From<Option<UnsignedIntDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<UnsignedIntDatatype>) -> Self
fn from(input_opt: Option<UnsignedIntDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<UnsignedLongDatatype>> for DecimalDatatype
impl From<Option<UnsignedLongDatatype>> for DecimalDatatype
source§fn from(input_opt: Option<UnsignedLongDatatype>) -> Self
fn from(input_opt: Option<UnsignedLongDatatype>) -> Self
Converts to this type from the input type.
source§impl From<Option<UnsignedShortDatatype>> for DecimalDatatype
impl From<Option<UnsignedShortDatatype>> for DecimalDatatype
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<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<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<UnsignedLongDatatype> for DecimalDatatype
impl From<UnsignedLongDatatype> for DecimalDatatype
source§fn from(ty: UnsignedLongDatatype) -> Self
fn from(ty: UnsignedLongDatatype) -> 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.