pub struct GcpManagementConfig {
pub service_account_email: String,
}Expand description
GCP management configuration extracted from stack settings
Fields§
§service_account_email: StringService account email for management roles
Trait Implementations§
Source§impl Clone for GcpManagementConfig
impl Clone for GcpManagementConfig
Source§fn clone(&self) -> GcpManagementConfig
fn clone(&self) -> GcpManagementConfig
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 GcpManagementConfig
impl Debug for GcpManagementConfig
Source§impl<'de> Deserialize<'de> for GcpManagementConfig
impl<'de> Deserialize<'de> for GcpManagementConfig
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 GcpManagementConfig
impl PartialEq for GcpManagementConfig
Source§impl Serialize for GcpManagementConfig
impl Serialize for GcpManagementConfig
impl Eq for GcpManagementConfig
impl StructuralPartialEq for GcpManagementConfig
Auto Trait Implementations§
impl Freeze for GcpManagementConfig
impl RefUnwindSafe for GcpManagementConfig
impl Send for GcpManagementConfig
impl Sync for GcpManagementConfig
impl Unpin for GcpManagementConfig
impl UnsafeUnpin for GcpManagementConfig
impl UnwindSafe for GcpManagementConfig
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.