Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::builders::JsonInputBuilder
#[non_exhaustive]pub struct JsonInputBuilder { /* private fields */ }
Expand description
A builder for JsonInput
.
Implementations§
§impl JsonInputBuilder
impl JsonInputBuilder
pub fn type(self, input: JsonType) -> JsonInputBuilder
pub fn type(self, input: JsonType) -> JsonInputBuilder
The type of JSON. Valid values: Document, Lines.
pub fn set_type(self, input: Option<JsonType>) -> JsonInputBuilder
pub fn set_type(self, input: Option<JsonType>) -> JsonInputBuilder
The type of JSON. Valid values: Document, Lines.
Trait Implementations§
§impl Clone for JsonInputBuilder
impl Clone for JsonInputBuilder
§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 more§impl Debug for JsonInputBuilder
impl Debug for JsonInputBuilder
§impl Default for JsonInputBuilder
impl Default for JsonInputBuilder
§fn default() -> JsonInputBuilder
fn default() -> JsonInputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for JsonInputBuilder
impl PartialEq for JsonInputBuilder
§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 RefUnwindSafe for JsonInputBuilder
impl Send for JsonInputBuilder
impl Sync for JsonInputBuilder
impl Unpin for JsonInputBuilder
impl UnwindSafe for JsonInputBuilder
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