Struct aws_sdk_config::types::builders::QueryInfoBuilder
source · #[non_exhaustive]pub struct QueryInfoBuilder { /* private fields */ }Expand description
A builder for QueryInfo.
Implementations§
source§impl QueryInfoBuilder
impl QueryInfoBuilder
sourcepub fn select_fields(self, input: FieldInfo) -> Self
pub fn select_fields(self, input: FieldInfo) -> Self
Appends an item to select_fields.
To override the contents of this collection use set_select_fields.
Returns a FieldInfo object.
sourcepub fn set_select_fields(self, input: Option<Vec<FieldInfo>>) -> Self
pub fn set_select_fields(self, input: Option<Vec<FieldInfo>>) -> Self
Returns a FieldInfo object.
sourcepub fn get_select_fields(&self) -> &Option<Vec<FieldInfo>>
pub fn get_select_fields(&self) -> &Option<Vec<FieldInfo>>
Returns a FieldInfo object.
Trait Implementations§
source§impl Clone for QueryInfoBuilder
impl Clone for QueryInfoBuilder
source§fn clone(&self) -> QueryInfoBuilder
fn clone(&self) -> QueryInfoBuilder
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 QueryInfoBuilder
impl Debug for QueryInfoBuilder
source§impl Default for QueryInfoBuilder
impl Default for QueryInfoBuilder
source§fn default() -> QueryInfoBuilder
fn default() -> QueryInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for QueryInfoBuilder
impl PartialEq for QueryInfoBuilder
source§fn eq(&self, other: &QueryInfoBuilder) -> bool
fn eq(&self, other: &QueryInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for QueryInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for QueryInfoBuilder
impl Send for QueryInfoBuilder
impl Sync for QueryInfoBuilder
impl Unpin for QueryInfoBuilder
impl UnwindSafe for QueryInfoBuilder
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>
Creates a shared type from an unshared type.