Struct arrow_format::ipc::FloatingPoint
source · pub struct FloatingPoint {
pub precision: Precision,
}
Available on crate feature
ipc
only.Fields§
§precision: Precision
Implementations§
source§impl FloatingPoint
impl FloatingPoint
Trait Implementations§
source§impl Clone for FloatingPoint
impl Clone for FloatingPoint
source§fn clone(&self) -> FloatingPoint
fn clone(&self) -> FloatingPoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FloatingPoint
impl Debug for FloatingPoint
source§impl<'de> Deserialize<'de> for FloatingPoint
impl<'de> Deserialize<'de> for FloatingPoint
source§fn 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
source§impl PartialEq<FloatingPoint> for FloatingPoint
impl PartialEq<FloatingPoint> for FloatingPoint
source§fn eq(&self, other: &FloatingPoint) -> bool
fn eq(&self, other: &FloatingPoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.