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