Struct arrow_format::ipc::IntervalRef
source · pub struct IntervalRef<'a>(_);
Available on crate feature
ipc
only.Implementations§
source§impl<'a> IntervalRef<'a>
impl<'a> IntervalRef<'a>
pub fn unit(&self) -> Result<IntervalUnit>
Trait Implementations§
source§impl<'a> Clone for IntervalRef<'a>
impl<'a> Clone for IntervalRef<'a>
source§fn clone(&self) -> IntervalRef<'a>
fn clone(&self) -> IntervalRef<'a>
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 more