pub enum ExportTarget {
BigQuery,
}Expand description
A supported downstream warehouse target.
Variants§
BigQuery
Implementations§
Trait Implementations§
Source§impl Clone for ExportTarget
impl Clone for ExportTarget
Source§fn clone(&self) -> ExportTarget
fn clone(&self) -> ExportTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExportTarget
impl Debug for ExportTarget
Source§impl PartialEq for ExportTarget
impl PartialEq for ExportTarget
Source§fn eq(&self, other: &ExportTarget) -> bool
fn eq(&self, other: &ExportTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExportTarget
impl Eq for ExportTarget
impl StructuralPartialEq for ExportTarget
Auto Trait Implementations§
impl Freeze for ExportTarget
impl RefUnwindSafe for ExportTarget
impl Send for ExportTarget
impl Sync for ExportTarget
impl Unpin for ExportTarget
impl UnsafeUnpin for ExportTarget
impl UnwindSafe for ExportTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.