Struct arrow_array::builder::MapFieldNames
source · Fields
entry: String
key: String
value: String
Trait Implementations
sourceimpl Clone for MapFieldNames
impl Clone for MapFieldNames
sourcefn clone(&self) -> MapFieldNames
fn clone(&self) -> MapFieldNames
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MapFieldNames
impl Debug for MapFieldNames
Auto Trait Implementations
impl RefUnwindSafe for MapFieldNames
impl Send for MapFieldNames
impl Sync for MapFieldNames
impl Unpin for MapFieldNames
impl UnwindSafe for MapFieldNames
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more