pub trait HasResourceAnnotations {
// Provided method
fn annotations(&self) -> Option<&Annotations> { ... }
}Expand description
Resource annotations trait
Provided Methods§
fn annotations(&self) -> Option<&Annotations>
Implementations on Foreign Types§
Source§impl HasResourceAnnotations for DynamicResource
Implements HasResourceAnnotations for DynamicResource providing metadata annotations
impl HasResourceAnnotations for DynamicResource
Implements HasResourceAnnotations for DynamicResource providing metadata annotations