Struct arrow::datatypes::Float64Type
source · pub struct Float64Type {}
Expand description
A 64-bit floating point number type.
Trait Implementations§
source§impl ArrowPrimitiveType for Float64Type
impl ArrowPrimitiveType for Float64Type
source§impl Debug for Float64Type
impl Debug for Float64Type
Auto Trait Implementations§
impl Freeze for Float64Type
impl RefUnwindSafe for Float64Type
impl Send for Float64Type
impl Sync for Float64Type
impl Unpin for Float64Type
impl UnwindSafe for Float64Type
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