pub struct QueryAssetsOutputConfig {
pub bigquery_destination: Option<GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination>,
}Expand description
Output configuration query assets.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bigquery_destination: Option<GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination>BigQuery destination where the query results will be saved.
Trait Implementations§
Source§impl Clone for QueryAssetsOutputConfig
impl Clone for QueryAssetsOutputConfig
Source§fn clone(&self) -> QueryAssetsOutputConfig
fn clone(&self) -> QueryAssetsOutputConfig
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 QueryAssetsOutputConfig
impl Debug for QueryAssetsOutputConfig
Source§impl Default for QueryAssetsOutputConfig
impl Default for QueryAssetsOutputConfig
Source§fn default() -> QueryAssetsOutputConfig
fn default() -> QueryAssetsOutputConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryAssetsOutputConfig
impl<'de> Deserialize<'de> for QueryAssetsOutputConfig
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 Serialize for QueryAssetsOutputConfig
impl Serialize for QueryAssetsOutputConfig
impl Part for QueryAssetsOutputConfig
Auto Trait Implementations§
impl Freeze for QueryAssetsOutputConfig
impl RefUnwindSafe for QueryAssetsOutputConfig
impl Send for QueryAssetsOutputConfig
impl Sync for QueryAssetsOutputConfig
impl Unpin for QueryAssetsOutputConfig
impl UnwindSafe for QueryAssetsOutputConfig
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