pub struct PlanMetadata {
pub wizard_id: String,
pub schema_id: String,
pub schema_version: String,
pub locale: String,
pub execution: ExecutionMode,
}Fields§
§wizard_id: String§schema_id: String§schema_version: String§locale: String§execution: ExecutionModeTrait Implementations§
Source§impl Clone for PlanMetadata
impl Clone for PlanMetadata
Source§fn clone(&self) -> PlanMetadata
fn clone(&self) -> PlanMetadata
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 PlanMetadata
impl Debug for PlanMetadata
Source§impl PartialEq for PlanMetadata
impl PartialEq for PlanMetadata
Source§impl Serialize for PlanMetadata
impl Serialize for PlanMetadata
impl Eq for PlanMetadata
impl StructuralPartialEq for PlanMetadata
Auto Trait Implementations§
impl Freeze for PlanMetadata
impl RefUnwindSafe for PlanMetadata
impl Send for PlanMetadata
impl Sync for PlanMetadata
impl Unpin for PlanMetadata
impl UnsafeUnpin for PlanMetadata
impl UnwindSafe for PlanMetadata
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,
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.