pub enum EpistemicProbProductionCapabilityStatus {
Available,
Blocked,
}Expand description
Production capability status for probabilistic paths required by v0.9.
Variants§
Available
Existing GPU-native production path is available.
Blocked
Required GPU-native production path is not implemented.
Trait Implementations§
Source§impl Clone for EpistemicProbProductionCapabilityStatus
impl Clone for EpistemicProbProductionCapabilityStatus
Source§fn clone(&self) -> EpistemicProbProductionCapabilityStatus
fn clone(&self) -> EpistemicProbProductionCapabilityStatus
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 PartialEq for EpistemicProbProductionCapabilityStatus
impl PartialEq for EpistemicProbProductionCapabilityStatus
Source§fn eq(&self, other: &EpistemicProbProductionCapabilityStatus) -> bool
fn eq(&self, other: &EpistemicProbProductionCapabilityStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EpistemicProbProductionCapabilityStatus
impl Eq for EpistemicProbProductionCapabilityStatus
impl StructuralPartialEq for EpistemicProbProductionCapabilityStatus
Auto Trait Implementations§
impl Freeze for EpistemicProbProductionCapabilityStatus
impl RefUnwindSafe for EpistemicProbProductionCapabilityStatus
impl Send for EpistemicProbProductionCapabilityStatus
impl Sync for EpistemicProbProductionCapabilityStatus
impl Unpin for EpistemicProbProductionCapabilityStatus
impl UnsafeUnpin for EpistemicProbProductionCapabilityStatus
impl UnwindSafe for EpistemicProbProductionCapabilityStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more