Enum xsd_types::ShortDatatype
source · pub enum ShortDatatype {
Byte,
}Variants§
Byte
Trait Implementations§
source§impl From<ShortDatatype> for Datatype
impl From<ShortDatatype> for Datatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> 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<ShortDatatype> for IntDatatype
impl From<ShortDatatype> for IntDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> 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<ShortDatatype> for LongDatatype
impl From<ShortDatatype> for LongDatatype
source§fn from(ty: ShortDatatype) -> Self
fn from(ty: ShortDatatype) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ShortDatatype
impl Send for ShortDatatype
impl Sync for ShortDatatype
impl Unpin for ShortDatatype
impl UnwindSafe for ShortDatatype
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