Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::builders::RecordsEventBuilder
#[non_exhaustive]pub struct RecordsEventBuilder { /* private fields */ }
Expand description
A builder for RecordsEvent
.
Implementations§
§impl RecordsEventBuilder
impl RecordsEventBuilder
pub fn payload(self, input: Blob) -> RecordsEventBuilder
pub fn payload(self, input: Blob) -> RecordsEventBuilder
The byte array of partial, one or more result records.
pub fn set_payload(self, input: Option<Blob>) -> RecordsEventBuilder
pub fn set_payload(self, input: Option<Blob>) -> RecordsEventBuilder
The byte array of partial, one or more result records.
pub fn get_payload(&self) -> &Option<Blob>
pub fn get_payload(&self) -> &Option<Blob>
The byte array of partial, one or more result records.
pub fn build(self) -> RecordsEvent
pub fn build(self) -> RecordsEvent
Consumes the builder and constructs a RecordsEvent
.
Trait Implementations§
§impl Clone for RecordsEventBuilder
impl Clone for RecordsEventBuilder
§fn clone(&self) -> RecordsEventBuilder
fn clone(&self) -> RecordsEventBuilder
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 RecordsEventBuilder
impl Debug for RecordsEventBuilder
§impl Default for RecordsEventBuilder
impl Default for RecordsEventBuilder
§fn default() -> RecordsEventBuilder
fn default() -> RecordsEventBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for RecordsEventBuilder
impl PartialEq for RecordsEventBuilder
§fn eq(&self, other: &RecordsEventBuilder) -> bool
fn eq(&self, other: &RecordsEventBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RecordsEventBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RecordsEventBuilder
impl Send for RecordsEventBuilder
impl Sync for RecordsEventBuilder
impl Unpin for RecordsEventBuilder
impl UnwindSafe for RecordsEventBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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