pub enum RuntimeConformanceProfile {
Base,
Recovery,
Networking,
Mounts,
Health,
Resources,
Logs,
Exec,
Security,
Outputs,
Evidence,
}Expand description
Composable provider conformance profiles owned by the shared Runtime suite.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeConformanceProfile
impl Clone for RuntimeConformanceProfile
Source§fn clone(&self) -> RuntimeConformanceProfile
fn clone(&self) -> RuntimeConformanceProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RuntimeConformanceProfile
Source§impl Debug for RuntimeConformanceProfile
impl Debug for RuntimeConformanceProfile
impl Eq for RuntimeConformanceProfile
Source§impl Ord for RuntimeConformanceProfile
impl Ord for RuntimeConformanceProfile
Source§fn cmp(&self, other: &RuntimeConformanceProfile) -> Ordering
fn cmp(&self, other: &RuntimeConformanceProfile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RuntimeConformanceProfile
impl PartialOrd for RuntimeConformanceProfile
impl StructuralPartialEq for RuntimeConformanceProfile
Auto Trait Implementations§
impl Freeze for RuntimeConformanceProfile
impl RefUnwindSafe for RuntimeConformanceProfile
impl Send for RuntimeConformanceProfile
impl Sync for RuntimeConformanceProfile
impl Unpin for RuntimeConformanceProfile
impl UnsafeUnpin for RuntimeConformanceProfile
impl UnwindSafe for RuntimeConformanceProfile
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