[][src]Struct rusoto_glue::MappingEntry

pub struct MappingEntry {
    pub source_path: Option<String>,
    pub source_table: Option<String>,
    pub source_type: Option<String>,
    pub target_path: Option<String>,
    pub target_table: Option<String>,
    pub target_type: Option<String>,
}

Defines a mapping.

Fields

The source path.

The name of the source table.

The source type.

The target path.

The target table.

The target type.

Trait Implementations

impl Default for MappingEntry
[src]

impl PartialEq<MappingEntry> for MappingEntry
[src]

impl Clone for MappingEntry
[src]

Performs copy-assignment from source. Read more

impl Debug for MappingEntry
[src]

impl Serialize for MappingEntry
[src]

impl<'de> Deserialize<'de> for MappingEntry
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self