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