pub struct AppHub {
pub application: Option<AppHubApplication>,
pub service: Option<AppHubService>,
pub workload: Option<AppHubWorkload>,
}Expand description
Metadata associated with App Hub.
This type is not used in any activity, and only used as part of another schema.
Fields§
§application: Option<AppHubApplication>Metadata associated with the application.
service: Option<AppHubService>Metadata associated with the service.
workload: Option<AppHubWorkload>Metadata associated with the workload.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AppHub
impl<'de> Deserialize<'de> for AppHub
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
impl Part for AppHub
Auto Trait Implementations§
impl Freeze for AppHub
impl RefUnwindSafe for AppHub
impl Send for AppHub
impl Sync for AppHub
impl Unpin for AppHub
impl UnwindSafe for AppHub
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