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