pub struct AzureMariaDbSource {
pub tabular_source: TabularSource,
pub query: Option<Value>,
}Expand description
A copy activity Azure MariaDB 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 AzureMariaDbSource
impl AzureMariaDbSource
pub fn new(tabular_source: TabularSource) -> Self
Trait Implementations§
Source§impl Clone for AzureMariaDbSource
impl Clone for AzureMariaDbSource
Source§fn clone(&self) -> AzureMariaDbSource
fn clone(&self) -> AzureMariaDbSource
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 AzureMariaDbSource
impl Debug for AzureMariaDbSource
Source§impl<'de> Deserialize<'de> for AzureMariaDbSource
impl<'de> Deserialize<'de> for AzureMariaDbSource
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 AzureMariaDbSource
impl PartialEq for AzureMariaDbSource
Source§impl Serialize for AzureMariaDbSource
impl Serialize for AzureMariaDbSource
impl StructuralPartialEq for AzureMariaDbSource
Auto Trait Implementations§
impl Freeze for AzureMariaDbSource
impl RefUnwindSafe for AzureMariaDbSource
impl Send for AzureMariaDbSource
impl Sync for AzureMariaDbSource
impl Unpin for AzureMariaDbSource
impl UnwindSafe for AzureMariaDbSource
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