pub enum MagicSetStatus {
Disabled,
Applied,
Declined,
}Expand description
Status of a magic-set rewrite attempt.
Variants§
Disabled
Rewriting was disabled by source configuration or there was no directive.
Applied
A supported bound recursive query was rewritten.
Declined
auto mode found an unsafe or inapplicable program and left it unchanged.
Trait Implementations§
Source§impl Clone for MagicSetStatus
impl Clone for MagicSetStatus
Source§fn clone(&self) -> MagicSetStatus
fn clone(&self) -> MagicSetStatus
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 Debug for MagicSetStatus
impl Debug for MagicSetStatus
Source§impl PartialEq for MagicSetStatus
impl PartialEq for MagicSetStatus
impl Copy for MagicSetStatus
impl Eq for MagicSetStatus
impl StructuralPartialEq for MagicSetStatus
Auto Trait Implementations§
impl Freeze for MagicSetStatus
impl RefUnwindSafe for MagicSetStatus
impl Send for MagicSetStatus
impl Sync for MagicSetStatus
impl Unpin for MagicSetStatus
impl UnsafeUnpin for MagicSetStatus
impl UnwindSafe for MagicSetStatus
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