pub enum BigQueryDataPolicyAPIv2 {
AuthBigquery,
AuthCloudPlatform,
}Expand description
BigQuery Data Policy API, v2
Variants§
AuthBigquery
Documentation: View and manage your data in Google BigQuery and see the email address for your Google Account, Scope: https://www.googleapis.com/auth/bigquery
AuthCloudPlatform
Documentation: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account., Scope: https://www.googleapis.com/auth/cloud-platform
Trait Implementations§
Source§impl Clone for BigQueryDataPolicyAPIv2
impl Clone for BigQueryDataPolicyAPIv2
Source§fn clone(&self) -> BigQueryDataPolicyAPIv2
fn clone(&self) -> BigQueryDataPolicyAPIv2
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 BigQueryDataPolicyAPIv2
impl Debug for BigQueryDataPolicyAPIv2
Source§impl FromGoogleScope<BigQueryDataPolicyAPIv2> for BigQueryDataPolicyAPIv2
impl FromGoogleScope<BigQueryDataPolicyAPIv2> for BigQueryDataPolicyAPIv2
Source§fn from_google_scope(google_scope: &str) -> Result<BigQueryDataPolicyAPIv2, ()>
fn from_google_scope(google_scope: &str) -> Result<BigQueryDataPolicyAPIv2, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for BigQueryDataPolicyAPIv2
impl Hash for BigQueryDataPolicyAPIv2
Source§impl PartialEq for BigQueryDataPolicyAPIv2
impl PartialEq for BigQueryDataPolicyAPIv2
Source§impl ToGoogleScope for BigQueryDataPolicyAPIv2
impl ToGoogleScope for BigQueryDataPolicyAPIv2
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for BigQueryDataPolicyAPIv2
impl Eq for BigQueryDataPolicyAPIv2
impl StructuralPartialEq for BigQueryDataPolicyAPIv2
Auto Trait Implementations§
impl Freeze for BigQueryDataPolicyAPIv2
impl RefUnwindSafe for BigQueryDataPolicyAPIv2
impl Send for BigQueryDataPolicyAPIv2
impl Sync for BigQueryDataPolicyAPIv2
impl Unpin for BigQueryDataPolicyAPIv2
impl UnsafeUnpin for BigQueryDataPolicyAPIv2
impl UnwindSafe for BigQueryDataPolicyAPIv2
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