pub struct AssetEnrichment {
pub resource_owners: Option<ResourceOwners>,
}Expand description
The enhanced metadata information for a resource.
This type is not used in any activity, and only used as part of another schema.
Fields§
§resource_owners: Option<ResourceOwners>The resource owners for a resource. Note that this field only contains the members that have “roles/owner” role in the resource’s IAM Policy.
Trait Implementations§
Source§impl Clone for AssetEnrichment
impl Clone for AssetEnrichment
Source§fn clone(&self) -> AssetEnrichment
fn clone(&self) -> AssetEnrichment
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 AssetEnrichment
impl Debug for AssetEnrichment
Source§impl Default for AssetEnrichment
impl Default for AssetEnrichment
Source§fn default() -> AssetEnrichment
fn default() -> AssetEnrichment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssetEnrichment
impl<'de> Deserialize<'de> for AssetEnrichment
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 AssetEnrichment
impl Serialize for AssetEnrichment
impl Part for AssetEnrichment
Auto Trait Implementations§
impl Freeze for AssetEnrichment
impl RefUnwindSafe for AssetEnrichment
impl Send for AssetEnrichment
impl Sync for AssetEnrichment
impl Unpin for AssetEnrichment
impl UnwindSafe for AssetEnrichment
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