pub enum ContextPlanAction {
Include,
Excerpt,
Collapse,
PageOut,
Omit,
}Expand description
The action the runtime admitted for one Context entry.
Variants§
Trait Implementations§
Source§impl Clone for ContextPlanAction
impl Clone for ContextPlanAction
Source§fn clone(&self) -> ContextPlanAction
fn clone(&self) -> ContextPlanAction
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 ContextPlanAction
Source§impl Debug for ContextPlanAction
impl Debug for ContextPlanAction
Source§impl<'de> Deserialize<'de> for ContextPlanAction
impl<'de> Deserialize<'de> for ContextPlanAction
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 ContextPlanAction
Source§impl PartialEq for ContextPlanAction
impl PartialEq for ContextPlanAction
Source§impl Serialize for ContextPlanAction
impl Serialize for ContextPlanAction
impl StructuralPartialEq for ContextPlanAction
Auto Trait Implementations§
impl Freeze for ContextPlanAction
impl RefUnwindSafe for ContextPlanAction
impl Send for ContextPlanAction
impl Sync for ContextPlanAction
impl Unpin for ContextPlanAction
impl UnsafeUnpin for ContextPlanAction
impl UnwindSafe for ContextPlanAction
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