pub struct LogicalPlanStep {
pub label: String,
pub done: bool,
}Fields§
§label: String§done: boolTrait Implementations§
Source§impl Clone for LogicalPlanStep
impl Clone for LogicalPlanStep
Source§fn clone(&self) -> LogicalPlanStep
fn clone(&self) -> LogicalPlanStep
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 LogicalPlanStep
impl Debug for LogicalPlanStep
Source§impl<'de> Deserialize<'de> for LogicalPlanStep
impl<'de> Deserialize<'de> for LogicalPlanStep
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 LogicalPlanStep
impl PartialEq for LogicalPlanStep
Source§impl Serialize for LogicalPlanStep
impl Serialize for LogicalPlanStep
impl StructuralPartialEq for LogicalPlanStep
Auto Trait Implementations§
impl Freeze for LogicalPlanStep
impl RefUnwindSafe for LogicalPlanStep
impl Send for LogicalPlanStep
impl Sync for LogicalPlanStep
impl Unpin for LogicalPlanStep
impl UnsafeUnpin for LogicalPlanStep
impl UnwindSafe for LogicalPlanStep
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