pub struct MapFieldNames {
pub entry: String,
pub key: String,
pub value: String,
}
Expand description
The [Field
] names for a MapArray
Fields§
§entry: String
[Field
] name for map entries
key: String
[Field
] name for map key
value: String
[Field
] name for map value
Trait Implementations§
Source§impl Clone for MapFieldNames
impl Clone for MapFieldNames
Source§fn clone(&self) -> MapFieldNames
fn clone(&self) -> MapFieldNames
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 MapFieldNames
impl Debug for MapFieldNames
Auto Trait Implementations§
impl Freeze for MapFieldNames
impl RefUnwindSafe for MapFieldNames
impl Send for MapFieldNames
impl Sync for MapFieldNames
impl Unpin for MapFieldNames
impl UnwindSafe for MapFieldNames
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)