Enum xsd_types::UnsignedIntDatatype
source · pub enum UnsignedIntDatatype {
UnsignedShort(Option<UnsignedShortDatatype>),
}Variants§
UnsignedShort(Option<UnsignedShortDatatype>)
Implementations§
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.
Auto Trait Implementations§
impl RefUnwindSafe for UnsignedIntDatatype
impl Send for UnsignedIntDatatype
impl Sync for UnsignedIntDatatype
impl Unpin for UnsignedIntDatatype
impl UnwindSafe for UnsignedIntDatatype
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