pub struct GCPConfig {
pub use_default_credentials: bool,
pub service_account_file: Option<String>,
pub project_name: String,
pub data_location: String,
}Fields§
§use_default_credentials: bool§service_account_file: Option<String>§project_name: String§data_location: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for GCPConfig
impl<'de> Deserialize<'de> for GCPConfig
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
impl StructuralPartialEq for GCPConfig
Auto Trait Implementations§
impl Freeze for GCPConfig
impl RefUnwindSafe for GCPConfig
impl Send for GCPConfig
impl Sync for GCPConfig
impl Unpin for GCPConfig
impl UnwindSafe for GCPConfig
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