Struct arrow_format::ipc::LargeList
source · pub struct LargeList {}
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LargeList
impl<'de> Deserialize<'de> for LargeList
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 for LargeList
impl PartialEq for LargeList
source§impl<'a> TryFrom<LargeListRef<'a>> for LargeList
impl<'a> TryFrom<LargeListRef<'a>> for LargeList
impl StructuralPartialEq for LargeList
impl VectorWrite<Offset<LargeList>> for LargeList
impl WriteAs<Offset<LargeList>> for LargeList
impl WriteAsOffset<LargeList> for LargeList
impl WriteAsOptional<Offset<LargeList>> for LargeList
Auto Trait Implementations§
impl Freeze for LargeList
impl RefUnwindSafe for LargeList
impl Send for LargeList
impl Sync for LargeList
impl Unpin for LargeList
impl UnwindSafe for LargeList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more