Struct aws_sdk_honeycode::model::ImportOptions
source · [−]#[non_exhaustive]pub struct ImportOptions { /* private fields */ }
Expand description
An object that contains the options specified by the sumitter of the import request.
Implementations
sourceimpl ImportOptions
impl ImportOptions
sourcepub fn destination_options(&self) -> Option<&DestinationOptions>
pub fn destination_options(&self) -> Option<&DestinationOptions>
Options relating to the destination of the import request.
sourcepub fn delimited_text_options(&self) -> Option<&DelimitedTextImportOptions>
pub fn delimited_text_options(&self) -> Option<&DelimitedTextImportOptions>
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
sourceimpl ImportOptions
impl ImportOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportOptions
.
Trait Implementations
sourceimpl Clone for ImportOptions
impl Clone for ImportOptions
sourcefn clone(&self) -> ImportOptions
fn clone(&self) -> ImportOptions
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 ImportOptions
impl Debug for ImportOptions
sourceimpl PartialEq<ImportOptions> for ImportOptions
impl PartialEq<ImportOptions> for ImportOptions
sourcefn eq(&self, other: &ImportOptions) -> bool
fn eq(&self, other: &ImportOptions) -> bool
impl StructuralPartialEq for ImportOptions
Auto Trait Implementations
impl RefUnwindSafe for ImportOptions
impl Send for ImportOptions
impl Sync for ImportOptions
impl Unpin for ImportOptions
impl UnwindSafe for ImportOptions
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