Struct aws_sdk_s3::types::builders::JsonInputBuilder
source · #[non_exhaustive]pub struct JsonInputBuilder { /* private fields */ }
Expand description
A builder for JsonInput
.
Implementations§
Trait Implementations§
source§impl Clone for JsonInputBuilder
impl Clone for JsonInputBuilder
source§fn clone(&self) -> JsonInputBuilder
fn clone(&self) -> JsonInputBuilder
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 JsonInputBuilder
impl Debug for JsonInputBuilder
source§impl Default for JsonInputBuilder
impl Default for JsonInputBuilder
source§fn default() -> JsonInputBuilder
fn default() -> JsonInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JsonInputBuilder
impl PartialEq for JsonInputBuilder
source§fn eq(&self, other: &JsonInputBuilder) -> bool
fn eq(&self, other: &JsonInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JsonInputBuilder
Auto Trait Implementations§
impl Freeze for JsonInputBuilder
impl RefUnwindSafe for JsonInputBuilder
impl Send for JsonInputBuilder
impl Sync for JsonInputBuilder
impl Unpin for JsonInputBuilder
impl UnwindSafe for JsonInputBuilder
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.