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