[−][src]Struct sql_support::query_plan::QueryPlanStep
Fields
node_id: i32
parent_id: i32
aux: i32
detail: String
Trait Implementations
impl Clone for QueryPlanStep
[src]
fn clone(&self) -> QueryPlanStep
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for QueryPlanStep
[src]
impl Eq for QueryPlanStep
[src]
impl Hash for QueryPlanStep
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<QueryPlanStep> for QueryPlanStep
[src]
fn eq(&self, other: &QueryPlanStep) -> bool
[src]
fn ne(&self, other: &QueryPlanStep) -> bool
[src]
impl StructuralEq for QueryPlanStep
[src]
impl StructuralPartialEq for QueryPlanStep
[src]
Auto Trait Implementations
impl RefUnwindSafe for QueryPlanStep
impl Send for QueryPlanStep
impl Sync for QueryPlanStep
impl Unpin for QueryPlanStep
impl UnwindSafe for QueryPlanStep
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> CallHasher for T where
T: Hash,
T: Hash,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,