pub struct WizardPlanMeta {
pub id: WizardId,
pub target: WizardTarget,
pub mode: WizardMode,
}Expand description
Wizard plan metadata.
Fields§
§id: WizardIdWizard identifier.
target: WizardTargetWizard target scope.
mode: WizardModeRequested execution mode.
Trait Implementations§
Source§impl Clone for WizardPlanMeta
impl Clone for WizardPlanMeta
Source§fn clone(&self) -> WizardPlanMeta
fn clone(&self) -> WizardPlanMeta
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 WizardPlanMeta
impl Debug for WizardPlanMeta
Source§impl<'de> Deserialize<'de> for WizardPlanMeta
impl<'de> Deserialize<'de> for WizardPlanMeta
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 WizardPlanMeta
impl PartialEq for WizardPlanMeta
Source§impl Serialize for WizardPlanMeta
impl Serialize for WizardPlanMeta
impl StructuralPartialEq for WizardPlanMeta
Auto Trait Implementations§
impl Freeze for WizardPlanMeta
impl RefUnwindSafe for WizardPlanMeta
impl Send for WizardPlanMeta
impl Sync for WizardPlanMeta
impl Unpin for WizardPlanMeta
impl UnsafeUnpin for WizardPlanMeta
impl UnwindSafe for WizardPlanMeta
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