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