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