#[non_exhaustive]pub struct PutRecordOutput {}
Implementations
sourceimpl PutRecordOutput
impl PutRecordOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutRecordOutput
.
Trait Implementations
sourceimpl Clone for PutRecordOutput
impl Clone for PutRecordOutput
sourcefn clone(&self) -> PutRecordOutput
fn clone(&self) -> PutRecordOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutRecordOutput
impl Debug for PutRecordOutput
sourceimpl PartialEq<PutRecordOutput> for PutRecordOutput
impl PartialEq<PutRecordOutput> for PutRecordOutput
sourcefn eq(&self, other: &PutRecordOutput) -> bool
fn eq(&self, other: &PutRecordOutput) -> bool
impl StructuralPartialEq for PutRecordOutput
Auto Trait Implementations
impl RefUnwindSafe for PutRecordOutput
impl Send for PutRecordOutput
impl Sync for PutRecordOutput
impl Unpin for PutRecordOutput
impl UnwindSafe for PutRecordOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more