pub enum EpistemicFallbackPolicy {
RejectUnsupported,
}Expand description
Behavior when an epistemic shape is unsupported by the selected backend. It is a structural declaration, not an observation of fallback activity.
Variants§
RejectUnsupported
Return the typed unsupported-construct error instead of changing backends.
Trait Implementations§
Source§impl Clone for EpistemicFallbackPolicy
impl Clone for EpistemicFallbackPolicy
Source§fn clone(&self) -> EpistemicFallbackPolicy
fn clone(&self) -> EpistemicFallbackPolicy
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 EpistemicFallbackPolicy
Source§impl Debug for EpistemicFallbackPolicy
impl Debug for EpistemicFallbackPolicy
impl Eq for EpistemicFallbackPolicy
Source§impl PartialEq for EpistemicFallbackPolicy
impl PartialEq for EpistemicFallbackPolicy
Source§fn eq(&self, other: &EpistemicFallbackPolicy) -> bool
fn eq(&self, other: &EpistemicFallbackPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EpistemicFallbackPolicy
Auto Trait Implementations§
impl Freeze for EpistemicFallbackPolicy
impl RefUnwindSafe for EpistemicFallbackPolicy
impl Send for EpistemicFallbackPolicy
impl Sync for EpistemicFallbackPolicy
impl Unpin for EpistemicFallbackPolicy
impl UnsafeUnpin for EpistemicFallbackPolicy
impl UnwindSafe for EpistemicFallbackPolicy
Blanket Implementations§
impl<T> Allocation for T
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