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