pub struct OwnerService {
pub principal_subject: Option<String>,
}Expand description
The Google Cloud service that owns this namespace.
This type is not used in any activity, and only used as part of another schema.
Fields§
§principal_subject: Option<String>Required. The service agent principal subject, e.g. “serviceAccount:service-1234@gcp-sa-gkehub.iam.gserviceaccount.com”.
Trait Implementations§
Source§impl Clone for OwnerService
impl Clone for OwnerService
Source§fn clone(&self) -> OwnerService
fn clone(&self) -> OwnerService
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 OwnerService
impl Debug for OwnerService
Source§impl Default for OwnerService
impl Default for OwnerService
Source§fn default() -> OwnerService
fn default() -> OwnerService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OwnerService
impl<'de> Deserialize<'de> for OwnerService
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 OwnerService
impl Serialize for OwnerService
impl Part for OwnerService
Auto Trait Implementations§
impl Freeze for OwnerService
impl RefUnwindSafe for OwnerService
impl Send for OwnerService
impl Sync for OwnerService
impl Unpin for OwnerService
impl UnwindSafe for OwnerService
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