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