Struct aws_sdk_glue::types::MappingEntry
source · #[non_exhaustive]pub struct MappingEntry { /* private fields */ }Expand description
Defines a mapping.
Implementations§
source§impl MappingEntry
impl MappingEntry
sourcepub fn source_table(&self) -> Option<&str>
pub fn source_table(&self) -> Option<&str>
The name of the source table.
sourcepub fn source_path(&self) -> Option<&str>
pub fn source_path(&self) -> Option<&str>
The source path.
sourcepub fn source_type(&self) -> Option<&str>
pub fn source_type(&self) -> Option<&str>
The source type.
sourcepub fn target_table(&self) -> Option<&str>
pub fn target_table(&self) -> Option<&str>
The target table.
sourcepub fn target_path(&self) -> Option<&str>
pub fn target_path(&self) -> Option<&str>
The target path.
sourcepub fn target_type(&self) -> Option<&str>
pub fn target_type(&self) -> Option<&str>
The target type.
source§impl MappingEntry
impl MappingEntry
sourcepub fn builder() -> MappingEntryBuilder
pub fn builder() -> MappingEntryBuilder
Creates a new builder-style object to manufacture MappingEntry.
Trait Implementations§
source§impl Clone for MappingEntry
impl Clone for MappingEntry
source§fn clone(&self) -> MappingEntry
fn clone(&self) -> MappingEntry
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 MappingEntry
impl Debug for MappingEntry
source§impl PartialEq<MappingEntry> for MappingEntry
impl PartialEq<MappingEntry> for MappingEntry
source§fn eq(&self, other: &MappingEntry) -> bool
fn eq(&self, other: &MappingEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.