pub enum NonPositiveIntegerDatatype {
NegativeInteger,
}Variants§
NegativeInteger
Implementations§
Trait Implementations§
source§impl From<NonPositiveIntegerDatatype> for Datatype
impl From<NonPositiveIntegerDatatype> for Datatype
source§fn from(ty: NonPositiveIntegerDatatype) -> Self
fn from(ty: NonPositiveIntegerDatatype) -> Self
Converts to this type from the input type.
source§impl From<NonPositiveIntegerDatatype> for DecimalDatatype
impl From<NonPositiveIntegerDatatype> for DecimalDatatype
source§fn from(ty: NonPositiveIntegerDatatype) -> Self
fn from(ty: NonPositiveIntegerDatatype) -> Self
Converts to this type from the input type.
source§impl From<NonPositiveIntegerDatatype> for IntegerDatatype
impl From<NonPositiveIntegerDatatype> for IntegerDatatype
source§fn from(ty: NonPositiveIntegerDatatype) -> Self
fn from(ty: NonPositiveIntegerDatatype) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NonPositiveIntegerDatatype
impl Send for NonPositiveIntegerDatatype
impl Sync for NonPositiveIntegerDatatype
impl Unpin for NonPositiveIntegerDatatype
impl UnwindSafe for NonPositiveIntegerDatatype
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