Enum xcell_types::DecimalKind
source · pub enum DecimalKind {
Float32,
Float64,
Decimal128,
}Variants
Float32
Float64
Decimal128
Implementations
sourceimpl DecimalKind
impl DecimalKind
pub fn as_csharp_type(&self) -> &'static str
pub fn as_csharp_reader(&self) -> &'static str
Trait Implementations
sourceimpl Clone for DecimalKind
impl Clone for DecimalKind
sourcefn clone(&self) -> DecimalKind
fn clone(&self) -> DecimalKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DecimalKind
impl Debug for DecimalKind
sourceimpl Default for DecimalKind
impl Default for DecimalKind
sourceimpl<'de> Deserialize<'de> for DecimalKind
impl<'de> Deserialize<'de> for DecimalKind
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for DecimalKind
impl Serialize for DecimalKind
Auto Trait Implementations
impl RefUnwindSafe for DecimalKind
impl Send for DecimalKind
impl Sync for DecimalKind
impl Unpin for DecimalKind
impl UnwindSafe for DecimalKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more