pub struct AmazonMwsSource {
pub tabular_source: TabularSource,
pub query: Option<Value>,
}Expand description
A copy activity Amazon Marketplace Web Service source.
Fields§
§tabular_source: TabularSource§query: Option<Value>A query to retrieve data from source. Type: string (or Expression with resultType string).
Implementations§
Source§impl AmazonMwsSource
impl AmazonMwsSource
pub fn new(tabular_source: TabularSource) -> Self
Trait Implementations§
Source§impl Clone for AmazonMwsSource
impl Clone for AmazonMwsSource
Source§fn clone(&self) -> AmazonMwsSource
fn clone(&self) -> AmazonMwsSource
Returns a duplicate 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 AmazonMwsSource
impl Debug for AmazonMwsSource
Source§impl<'de> Deserialize<'de> for AmazonMwsSource
impl<'de> Deserialize<'de> for AmazonMwsSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AmazonMwsSource
impl PartialEq for AmazonMwsSource
Source§impl Serialize for AmazonMwsSource
impl Serialize for AmazonMwsSource
impl StructuralPartialEq for AmazonMwsSource
Auto Trait Implementations§
impl Freeze for AmazonMwsSource
impl RefUnwindSafe for AmazonMwsSource
impl Send for AmazonMwsSource
impl Sync for AmazonMwsSource
impl Unpin for AmazonMwsSource
impl UnwindSafe for AmazonMwsSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more