pub enum ReusableExecutionCatalogMissPolicy {
EagerFallback,
}Variants§
EagerFallback
Trait Implementations§
Source§impl Clone for ReusableExecutionCatalogMissPolicy
impl Clone for ReusableExecutionCatalogMissPolicy
Source§fn clone(&self) -> ReusableExecutionCatalogMissPolicy
fn clone(&self) -> ReusableExecutionCatalogMissPolicy
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 ReusableExecutionCatalogMissPolicy
Source§impl<'de> Deserialize<'de> for ReusableExecutionCatalogMissPolicy
impl<'de> Deserialize<'de> for ReusableExecutionCatalogMissPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReusableExecutionCatalogMissPolicy
impl StructuralPartialEq for ReusableExecutionCatalogMissPolicy
Auto Trait Implementations§
impl Freeze for ReusableExecutionCatalogMissPolicy
impl RefUnwindSafe for ReusableExecutionCatalogMissPolicy
impl Send for ReusableExecutionCatalogMissPolicy
impl Sync for ReusableExecutionCatalogMissPolicy
impl Unpin for ReusableExecutionCatalogMissPolicy
impl UnsafeUnpin for ReusableExecutionCatalogMissPolicy
impl UnwindSafe for ReusableExecutionCatalogMissPolicy
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