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