pub enum PropMapType {
Default,
Column,
Additional,
}Expand description
Property map classification based on chunk type.
Variants§
Default
Table-level properties (chunk type 0x0000).
Column
Column-level properties (chunk type 0x0001).
Additional
Additional properties (chunk type 0x0002).
Trait Implementations§
Source§impl Clone for PropMapType
impl Clone for PropMapType
Source§fn clone(&self) -> PropMapType
fn clone(&self) -> PropMapType
Returns a duplicate 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 PropMapType
impl Debug for PropMapType
Source§impl PartialEq for PropMapType
impl PartialEq for PropMapType
impl Copy for PropMapType
impl Eq for PropMapType
impl StructuralPartialEq for PropMapType
Auto Trait Implementations§
impl Freeze for PropMapType
impl RefUnwindSafe for PropMapType
impl Send for PropMapType
impl Sync for PropMapType
impl Unpin for PropMapType
impl UnsafeUnpin for PropMapType
impl UnwindSafe for PropMapType
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