pub struct ActionStageFamily {
pub key_prefix: &'static str,
pub description: &'static str,
pub approval_capabilities: &'static [&'static str],
}Expand description
Static metadata for one parameterized action-stage family.
Fields§
§key_prefix: &'static strStable prefix published to authoring and deploy surfaces.
description: &'static strShort operator-facing description.
approval_capabilities: &'static [&'static str]Approval capability ids implied by this family.
Trait Implementations§
Source§impl Clone for ActionStageFamily
impl Clone for ActionStageFamily
Source§fn clone(&self) -> ActionStageFamily
fn clone(&self) -> ActionStageFamily
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 ActionStageFamily
impl Debug for ActionStageFamily
Source§impl PartialEq for ActionStageFamily
impl PartialEq for ActionStageFamily
impl Copy for ActionStageFamily
impl Eq for ActionStageFamily
impl StructuralPartialEq for ActionStageFamily
Auto Trait Implementations§
impl Freeze for ActionStageFamily
impl RefUnwindSafe for ActionStageFamily
impl Send for ActionStageFamily
impl Sync for ActionStageFamily
impl Unpin for ActionStageFamily
impl UnwindSafe for ActionStageFamily
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