pub struct StatementPlan {
pub source: FocusSource,
pub shape: ShapeId,
}Fields§
§source: FocusSource§shape: ShapeIdTrait Implementations§
Source§impl Clone for StatementPlan
impl Clone for StatementPlan
Source§fn clone(&self) -> StatementPlan
fn clone(&self) -> StatementPlan
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 moreSource§impl Debug for StatementPlan
impl Debug for StatementPlan
Source§impl<'de> Deserialize<'de> for StatementPlan
impl<'de> Deserialize<'de> for StatementPlan
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 StatementPlan
Source§impl PartialEq for StatementPlan
impl PartialEq for StatementPlan
Source§impl Serialize for StatementPlan
impl Serialize for StatementPlan
impl StructuralPartialEq for StatementPlan
Auto Trait Implementations§
impl Freeze for StatementPlan
impl RefUnwindSafe for StatementPlan
impl Send for StatementPlan
impl Sync for StatementPlan
impl Unpin for StatementPlan
impl UnsafeUnpin for StatementPlan
impl UnwindSafe for StatementPlan
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.