pub struct IntentionSingularity {
pub unified_vision: String,
pub goal_positions: HashMap<GoalId, IntentionPosition>,
pub themes: Vec<String>,
pub tension_lines: Vec<TensionLine>,
pub golden_path: Vec<GoalId>,
pub center: IntentionCenter,
}Fields§
§unified_vision: String§goal_positions: HashMap<GoalId, IntentionPosition>§themes: Vec<String>§tension_lines: Vec<TensionLine>§golden_path: Vec<GoalId>§center: IntentionCenterTrait Implementations§
Source§impl Clone for IntentionSingularity
impl Clone for IntentionSingularity
Source§fn clone(&self) -> IntentionSingularity
fn clone(&self) -> IntentionSingularity
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 IntentionSingularity
impl Debug for IntentionSingularity
Source§impl Default for IntentionSingularity
impl Default for IntentionSingularity
Source§impl<'de> Deserialize<'de> for IntentionSingularity
impl<'de> Deserialize<'de> for IntentionSingularity
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
Auto Trait Implementations§
impl Freeze for IntentionSingularity
impl RefUnwindSafe for IntentionSingularity
impl Send for IntentionSingularity
impl Sync for IntentionSingularity
impl Unpin for IntentionSingularity
impl UnsafeUnpin for IntentionSingularity
impl UnwindSafe for IntentionSingularity
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