pub enum ExplainTarget {
Plan,
Tuple(Atom),
}Variants§
Trait Implementations§
Source§impl Clone for ExplainTarget
impl Clone for ExplainTarget
Source§fn clone(&self) -> ExplainTarget
fn clone(&self) -> ExplainTarget
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 ExplainTarget
impl Debug for ExplainTarget
Source§impl Default for ExplainTarget
impl Default for ExplainTarget
Source§fn default() -> ExplainTarget
fn default() -> ExplainTarget
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExplainTarget
impl<'de> Deserialize<'de> for ExplainTarget
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
Source§impl PartialEq for ExplainTarget
impl PartialEq for ExplainTarget
Source§impl Serialize for ExplainTarget
impl Serialize for ExplainTarget
impl StructuralPartialEq for ExplainTarget
Auto Trait Implementations§
impl Freeze for ExplainTarget
impl RefUnwindSafe for ExplainTarget
impl Send for ExplainTarget
impl Sync for ExplainTarget
impl Unpin for ExplainTarget
impl UnwindSafe for ExplainTarget
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