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