pub struct TemplateEntity {
pub api_version: Option<String>,
pub metadata: Metadata,
pub spec: TemplateSpec,
pub relations: Option<Vec<Relation>>,
}Fields§
§api_version: Option<String>§metadata: Metadata§spec: TemplateSpec§relations: Option<Vec<Relation>>Trait Implementations§
Source§impl Debug for TemplateEntity
impl Debug for TemplateEntity
Source§impl<'de> Deserialize<'de> for TemplateEntity
impl<'de> Deserialize<'de> for TemplateEntity
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
Auto Trait Implementations§
impl Freeze for TemplateEntity
impl RefUnwindSafe for TemplateEntity
impl Send for TemplateEntity
impl Sync for TemplateEntity
impl Unpin for TemplateEntity
impl UnsafeUnpin for TemplateEntity
impl UnwindSafe for TemplateEntity
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