Enum xsd_types::IntegerDatatype
source · pub enum IntegerDatatype {
NonPositiveInteger(Option<NonPositiveIntegerDatatype>),
Long(Option<LongDatatype>),
NonNegativeInteger(Option<NonNegativeIntegerDatatype>),
}Variants§
NonPositiveInteger(Option<NonPositiveIntegerDatatype>)
Long(Option<LongDatatype>)
NonNegativeInteger(Option<NonNegativeIntegerDatatype>)
Implementations§
Trait Implementations§
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<IntegerDatatype> for Datatype
impl From<IntegerDatatype> for Datatype
source§fn from(ty: IntegerDatatype) -> Self
fn from(ty: IntegerDatatype) -> 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 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<NonNegativeIntegerDatatype> for IntegerDatatype
impl From<NonNegativeIntegerDatatype> for IntegerDatatype
source§fn from(ty: NonNegativeIntegerDatatype) -> Self
fn from(ty: NonNegativeIntegerDatatype) -> Self
Converts to this type from the input type.
source§impl From<NonPositiveIntegerDatatype> for IntegerDatatype
impl From<NonPositiveIntegerDatatype> for IntegerDatatype
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 IntegerDatatype
impl From<Option<IntDatatype>> for IntegerDatatype
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<LongDatatype>> for IntegerDatatype
impl From<Option<LongDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<NonNegativeIntegerDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<NonPositiveIntegerDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<ShortDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<UnsignedIntDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<UnsignedLongDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<Option<UnsignedShortDatatype>> for IntegerDatatype
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 IntegerDatatype
impl From<ShortDatatype> for IntegerDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> 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<UnsignedLongDatatype> for IntegerDatatype
impl From<UnsignedLongDatatype> for IntegerDatatype
source§fn from(ty: UnsignedLongDatatype) -> Self
fn from(ty: UnsignedLongDatatype) -> 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.
Auto Trait Implementations§
impl RefUnwindSafe for IntegerDatatype
impl Send for IntegerDatatype
impl Sync for IntegerDatatype
impl Unpin for IntegerDatatype
impl UnwindSafe for IntegerDatatype
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more