Enum EodWavePackComponentRole
#[non_exhaustive]pub enum EodWavePackComponentRole {
Required,
Diagnostic,
Future,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Implementations§
§impl EodWavePackComponentRole
impl EodWavePackComponentRole
pub fn affects_readiness(self) -> bool
pub fn affects_readiness(self) -> bool
Trait Implementations§
§impl Clone for EodWavePackComponentRole
impl Clone for EodWavePackComponentRole
§fn clone(&self) -> EodWavePackComponentRole
fn clone(&self) -> EodWavePackComponentRole
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for EodWavePackComponentRole
impl PartialEq for EodWavePackComponentRole
impl Copy for EodWavePackComponentRole
impl Eq for EodWavePackComponentRole
impl StructuralPartialEq for EodWavePackComponentRole
Auto Trait Implementations§
impl Freeze for EodWavePackComponentRole
impl RefUnwindSafe for EodWavePackComponentRole
impl Send for EodWavePackComponentRole
impl Sync for EodWavePackComponentRole
impl Unpin for EodWavePackComponentRole
impl UnwindSafe for EodWavePackComponentRole
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)