pub struct CockpitPromoteHints {
pub schema: Option<String>,
pub cards: Vec<PromoteCard>,
pub suggested_highlights: Vec<SuggestedHighlight>,
pub suggested_artifacts: Vec<SuggestedArtifact>,
}Expand description
Promotion hints for cockpit (data._cockpit).
Fields§
§schema: Option<String>§cards: Vec<PromoteCard>§suggested_highlights: Vec<SuggestedHighlight>§suggested_artifacts: Vec<SuggestedArtifact>Trait Implementations§
Source§impl Clone for CockpitPromoteHints
impl Clone for CockpitPromoteHints
Source§fn clone(&self) -> CockpitPromoteHints
fn clone(&self) -> CockpitPromoteHints
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 CockpitPromoteHints
impl Debug for CockpitPromoteHints
Source§impl<'de> Deserialize<'de> for CockpitPromoteHints
impl<'de> Deserialize<'de> for CockpitPromoteHints
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
Source§impl PartialEq for CockpitPromoteHints
impl PartialEq for CockpitPromoteHints
Source§impl Serialize for CockpitPromoteHints
impl Serialize for CockpitPromoteHints
impl Eq for CockpitPromoteHints
impl StructuralPartialEq for CockpitPromoteHints
Auto Trait Implementations§
impl Freeze for CockpitPromoteHints
impl RefUnwindSafe for CockpitPromoteHints
impl Send for CockpitPromoteHints
impl Sync for CockpitPromoteHints
impl Unpin for CockpitPromoteHints
impl UnsafeUnpin for CockpitPromoteHints
impl UnwindSafe for CockpitPromoteHints
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