pub struct ArrowFieldRef { /* private fields */ }Expand description
Reference to an Arrow source field used by a schema mapping.
This is this crate’s mapped source-field metadata. It is not a replacement
for arrow_schema::Field.
Implementations§
Trait Implementations§
Source§impl Clone for ArrowFieldRef
impl Clone for ArrowFieldRef
Source§fn clone(&self) -> ArrowFieldRef
fn clone(&self) -> ArrowFieldRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArrowFieldRef
impl Debug for ArrowFieldRef
Source§impl PartialEq for ArrowFieldRef
impl PartialEq for ArrowFieldRef
Source§fn eq(&self, other: &ArrowFieldRef) -> bool
fn eq(&self, other: &ArrowFieldRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ArrowFieldRef
impl StructuralPartialEq for ArrowFieldRef
Auto Trait Implementations§
impl Freeze for ArrowFieldRef
impl RefUnwindSafe for ArrowFieldRef
impl Send for ArrowFieldRef
impl Sync for ArrowFieldRef
impl Unpin for ArrowFieldRef
impl UnsafeUnpin for ArrowFieldRef
impl UnwindSafe for ArrowFieldRef
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