Struct arrow_format::ipc::FixedSizeList
source · pub struct FixedSizeList {
pub list_size: i32,
}
Available on crate feature
ipc
only.Fields§
§list_size: i32
Implementations§
source§impl FixedSizeList
impl FixedSizeList
Trait Implementations§
source§impl Clone for FixedSizeList
impl Clone for FixedSizeList
source§fn clone(&self) -> FixedSizeList
fn clone(&self) -> FixedSizeList
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 moresource§impl Debug for FixedSizeList
impl Debug for FixedSizeList
source§impl<'de> Deserialize<'de> for FixedSizeList
impl<'de> Deserialize<'de> for FixedSizeList
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<FixedSizeList> for FixedSizeList
impl PartialEq<FixedSizeList> for FixedSizeList
source§fn eq(&self, other: &FixedSizeList) -> bool
fn eq(&self, other: &FixedSizeList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.