Struct aws_sdk_databrew::model::JsonOptions
source · [−]#[non_exhaustive]pub struct JsonOptions { /* private fields */ }
Expand description
Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.
Implementations
sourceimpl JsonOptions
impl JsonOptions
sourcepub fn multi_line(&self) -> bool
pub fn multi_line(&self) -> bool
A value that specifies whether JSON input contains embedded new line characters.
sourceimpl JsonOptions
impl JsonOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JsonOptions
.
Trait Implementations
sourceimpl Clone for JsonOptions
impl Clone for JsonOptions
sourcefn clone(&self) -> JsonOptions
fn clone(&self) -> JsonOptions
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 JsonOptions
impl Debug for JsonOptions
sourceimpl PartialEq<JsonOptions> for JsonOptions
impl PartialEq<JsonOptions> for JsonOptions
sourcefn eq(&self, other: &JsonOptions) -> bool
fn eq(&self, other: &JsonOptions) -> bool
impl StructuralPartialEq for JsonOptions
Auto Trait Implementations
impl RefUnwindSafe for JsonOptions
impl Send for JsonOptions
impl Sync for JsonOptions
impl Unpin for JsonOptions
impl UnwindSafe for JsonOptions
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