pub struct GoalTagAssignment {
pub goal_index: usize,
pub tag: GoalTag,
}Expand description
A goal tag assigned to a specific goal.
Fields§
§goal_index: usize§tag: GoalTagTrait Implementations§
Source§impl Clone for GoalTagAssignment
impl Clone for GoalTagAssignment
Source§impl Debug for GoalTagAssignment
impl Debug for GoalTagAssignment
Source§impl PartialEq for GoalTagAssignment
impl PartialEq for GoalTagAssignment
Source§impl Serialize for GoalTagAssignment
impl Serialize for GoalTagAssignment
impl StructuralPartialEq for GoalTagAssignment
Auto Trait Implementations§
impl Freeze for GoalTagAssignment
impl RefUnwindSafe for GoalTagAssignment
impl Send for GoalTagAssignment
impl Sync for GoalTagAssignment
impl Unpin for GoalTagAssignment
impl UnsafeUnpin for GoalTagAssignment
impl UnwindSafe for GoalTagAssignment
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