Struct google_cloud_bigquery::storage::array::MapFieldNames
pub struct MapFieldNames {
pub entry: String,
pub key: String,
pub value: String,
}Fields§
§entry: StringField name for map entries
key: StringField name for map key
value: StringField name for map value
Trait Implementations§
§impl Clone for MapFieldNames
impl Clone for MapFieldNames
§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 more§impl Debug for MapFieldNames
impl Debug for MapFieldNames
§impl Default for MapFieldNames
impl Default for MapFieldNames
§fn default() -> MapFieldNames
fn default() -> MapFieldNames
Returns the “default value” for a type. Read more
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§
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request