Enum RankingIntegrationReadiness
#[non_exhaustive]pub enum RankingIntegrationReadiness {
BlockedPendingValidation,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
BlockedPendingValidation
Trait Implementations§
§impl Clone for RankingIntegrationReadiness
impl Clone for RankingIntegrationReadiness
§fn clone(&self) -> RankingIntegrationReadiness
fn clone(&self) -> RankingIntegrationReadiness
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for RankingIntegrationReadiness
impl PartialEq for RankingIntegrationReadiness
impl Copy for RankingIntegrationReadiness
impl Eq for RankingIntegrationReadiness
impl StructuralPartialEq for RankingIntegrationReadiness
Auto Trait Implementations§
impl Freeze for RankingIntegrationReadiness
impl RefUnwindSafe for RankingIntegrationReadiness
impl Send for RankingIntegrationReadiness
impl Sync for RankingIntegrationReadiness
impl Unpin for RankingIntegrationReadiness
impl UnwindSafe for RankingIntegrationReadiness
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)