pub struct AppRuntimeSummary {
pub name: String,
pub description: Option<String>,
pub tags: Vec<String>,
pub metadata: Value,
}Expand description
Summarized app runtime metadata for listing.
Fields§
§name: String§description: Option<String>§metadata: ValueTrait Implementations§
Source§impl Clone for AppRuntimeSummary
impl Clone for AppRuntimeSummary
Source§fn clone(&self) -> AppRuntimeSummary
fn clone(&self) -> AppRuntimeSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppRuntimeSummary
impl Debug for AppRuntimeSummary
Source§impl From<&AppRuntimeLauncher> for AppRuntimeSummary
impl From<&AppRuntimeLauncher> for AppRuntimeSummary
Source§fn from(launcher: &AppRuntimeLauncher) -> Self
fn from(launcher: &AppRuntimeLauncher) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AppRuntimeSummary
impl PartialEq for AppRuntimeSummary
impl StructuralPartialEq for AppRuntimeSummary
Auto Trait Implementations§
impl Freeze for AppRuntimeSummary
impl RefUnwindSafe for AppRuntimeSummary
impl Send for AppRuntimeSummary
impl Sync for AppRuntimeSummary
impl Unpin for AppRuntimeSummary
impl UnsafeUnpin for AppRuntimeSummary
impl UnwindSafe for AppRuntimeSummary
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