Struct nando_support::epic_control::PlanningContext
source · pub struct PlanningContext {
pub idx: usize,
pub plan_key: String,
}Fields§
§idx: usize§plan_key: StringImplementations§
source§impl PlanningContext
impl PlanningContext
pub fn is_default(&self) -> bool
fn unindexed_from_existing(&self) -> Self
Trait Implementations§
source§impl Clone for PlanningContext
impl Clone for PlanningContext
source§fn clone(&self) -> PlanningContext
fn clone(&self) -> PlanningContext
Returns a copy 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 PlanningContext
impl Debug for PlanningContext
source§impl Default for PlanningContext
impl Default for PlanningContext
source§fn default() -> PlanningContext
fn default() -> PlanningContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PlanningContext
impl Send for PlanningContext
impl Sync for PlanningContext
impl Unpin for PlanningContext
impl UnwindSafe for PlanningContext
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