Struct aws_sdk_rdsdata::types::builders::ResultFrameBuilder
source · #[non_exhaustive]pub struct ResultFrameBuilder { /* private fields */ }Expand description
A builder for ResultFrame.
Implementations§
source§impl ResultFrameBuilder
impl ResultFrameBuilder
sourcepub fn result_set_metadata(self, input: ResultSetMetadata) -> Self
pub fn result_set_metadata(self, input: ResultSetMetadata) -> Self
The result-set metadata in the result set.
sourcepub fn set_result_set_metadata(self, input: Option<ResultSetMetadata>) -> Self
pub fn set_result_set_metadata(self, input: Option<ResultSetMetadata>) -> Self
The result-set metadata in the result set.
sourcepub fn get_result_set_metadata(&self) -> &Option<ResultSetMetadata>
pub fn get_result_set_metadata(&self) -> &Option<ResultSetMetadata>
The result-set metadata in the result set.
sourcepub fn records(self, input: Record) -> Self
pub fn records(self, input: Record) -> Self
Appends an item to records.
To override the contents of this collection use set_records.
The records in the result set.
sourcepub fn set_records(self, input: Option<Vec<Record>>) -> Self
pub fn set_records(self, input: Option<Vec<Record>>) -> Self
The records in the result set.
sourcepub fn get_records(&self) -> &Option<Vec<Record>>
pub fn get_records(&self) -> &Option<Vec<Record>>
The records in the result set.
sourcepub fn build(self) -> ResultFrame
pub fn build(self) -> ResultFrame
Consumes the builder and constructs a ResultFrame.
Trait Implementations§
source§impl Clone for ResultFrameBuilder
impl Clone for ResultFrameBuilder
source§fn clone(&self) -> ResultFrameBuilder
fn clone(&self) -> ResultFrameBuilder
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 ResultFrameBuilder
impl Debug for ResultFrameBuilder
source§impl Default for ResultFrameBuilder
impl Default for ResultFrameBuilder
source§fn default() -> ResultFrameBuilder
fn default() -> ResultFrameBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ResultFrameBuilder
impl PartialEq for ResultFrameBuilder
source§fn eq(&self, other: &ResultFrameBuilder) -> bool
fn eq(&self, other: &ResultFrameBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ResultFrameBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResultFrameBuilder
impl Send for ResultFrameBuilder
impl Sync for ResultFrameBuilder
impl Unpin for ResultFrameBuilder
impl UnwindSafe for ResultFrameBuilder
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.