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