HasResourceAnnotations

Trait HasResourceAnnotations 

Source
pub trait HasResourceAnnotations {
    // Provided method
    fn annotations(&self) -> Option<&Annotations> { ... }
}
Expand description

Resource annotations trait

Provided Methods§

Implementations on Foreign Types§

Source§

impl HasResourceAnnotations for DynamicResource

Implements HasResourceAnnotations for DynamicResource providing metadata annotations

Implementors§