Enum parquet2::schema::types::GroupLogicalType
source · pub enum GroupLogicalType {
Map,
List,
}
Variants§
Trait Implementations§
source§impl Clone for GroupLogicalType
impl Clone for GroupLogicalType
source§fn clone(&self) -> GroupLogicalType
fn clone(&self) -> GroupLogicalType
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 GroupLogicalType
impl Debug for GroupLogicalType
source§impl From<GroupLogicalType> for LogicalType
impl From<GroupLogicalType> for LogicalType
source§fn from(type_: GroupLogicalType) -> Self
fn from(type_: GroupLogicalType) -> Self
Converts to this type from the input type.
source§impl Hash for GroupLogicalType
impl Hash for GroupLogicalType
source§impl PartialEq for GroupLogicalType
impl PartialEq for GroupLogicalType
source§fn eq(&self, other: &GroupLogicalType) -> bool
fn eq(&self, other: &GroupLogicalType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<LogicalType> for GroupLogicalType
impl TryFrom<LogicalType> for GroupLogicalType
impl Copy for GroupLogicalType
impl Eq for GroupLogicalType
impl StructuralPartialEq for GroupLogicalType
Auto Trait Implementations§
impl Freeze for GroupLogicalType
impl RefUnwindSafe for GroupLogicalType
impl Send for GroupLogicalType
impl Sync for GroupLogicalType
impl Unpin for GroupLogicalType
impl UnwindSafe for GroupLogicalType
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