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