pub struct BeadsTask {
pub id: String,
pub title: String,
pub description: Option<String>,
}Expand description
A beads task summary for display in the preview pane.
Fields§
§id: StringIssue ID (e.g., “agent-tmux-manager-6n0”)
title: StringIssue title
description: Option<String>Issue description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeadsTask
impl RefUnwindSafe for BeadsTask
impl Send for BeadsTask
impl Sync for BeadsTask
impl Unpin for BeadsTask
impl UnsafeUnpin for BeadsTask
impl UnwindSafe for BeadsTask
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