Struct aws_sdk_honeycode::model::DestinationOptions
source · [−]#[non_exhaustive]pub struct DestinationOptions { /* private fields */ }
Expand description
An object that contains the options relating to the destination of the import request.
Implementations
sourceimpl DestinationOptions
impl DestinationOptions
sourcepub fn column_map(&self) -> Option<&HashMap<String, SourceDataColumnProperties>>
pub fn column_map(&self) -> Option<&HashMap<String, SourceDataColumnProperties>>
A map of the column id to the import properties for each column.
sourceimpl DestinationOptions
impl DestinationOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationOptions
.
Trait Implementations
sourceimpl Clone for DestinationOptions
impl Clone for DestinationOptions
sourcefn clone(&self) -> DestinationOptions
fn clone(&self) -> DestinationOptions
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 DestinationOptions
impl Debug for DestinationOptions
sourceimpl PartialEq<DestinationOptions> for DestinationOptions
impl PartialEq<DestinationOptions> for DestinationOptions
sourcefn eq(&self, other: &DestinationOptions) -> bool
fn eq(&self, other: &DestinationOptions) -> bool
impl StructuralPartialEq for DestinationOptions
Auto Trait Implementations
impl RefUnwindSafe for DestinationOptions
impl Send for DestinationOptions
impl Sync for DestinationOptions
impl Unpin for DestinationOptions
impl UnwindSafe for DestinationOptions
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