pub enum ExecutionProfileInheritance {
RoleDefault,
StepDefault,
CeremonyDefault,
HostDefault,
Checkpoint,
}Expand description
Closed provenance categories for inherited host profile values.
Variants§
Trait Implementations§
Source§impl Clone for ExecutionProfileInheritance
impl Clone for ExecutionProfileInheritance
impl Copy for ExecutionProfileInheritance
Source§impl Debug for ExecutionProfileInheritance
impl Debug for ExecutionProfileInheritance
Source§impl<'de> Deserialize<'de> for ExecutionProfileInheritance
impl<'de> Deserialize<'de> for ExecutionProfileInheritance
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 Eq for ExecutionProfileInheritance
impl StructuralPartialEq for ExecutionProfileInheritance
Auto Trait Implementations§
impl Freeze for ExecutionProfileInheritance
impl RefUnwindSafe for ExecutionProfileInheritance
impl Send for ExecutionProfileInheritance
impl Sync for ExecutionProfileInheritance
impl Unpin for ExecutionProfileInheritance
impl UnsafeUnpin for ExecutionProfileInheritance
impl UnwindSafe for ExecutionProfileInheritance
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