pub struct ReindexTicket {Show 15 fields
pub id: String,
pub project_id: String,
pub source: String,
pub source_ref: String,
pub file_path: Option<String>,
pub name: String,
pub blocked_by: Vec<String>,
pub worktree: String,
pub target: Option<String>,
pub model: Option<String>,
pub effort: Option<String>,
pub flow: String,
pub body: String,
pub held_reason: Option<String>,
pub derived_state: Option<TicketState>,
}Fields§
§id: String§project_id: String§source: String§source_ref: String§file_path: Option<String>§name: String§blocked_by: Vec<String>§worktree: String§target: Option<String>§model: Option<String>§effort: Option<String>§flow: String§body: String§held_reason: Option<String>§derived_state: Option<TicketState>Trait Implementations§
Source§impl Clone for ReindexTicket
impl Clone for ReindexTicket
Source§fn clone(&self) -> ReindexTicket
fn clone(&self) -> ReindexTicket
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 ReindexTicket
impl Debug for ReindexTicket
impl Eq for ReindexTicket
Source§impl PartialEq for ReindexTicket
impl PartialEq for ReindexTicket
impl StructuralPartialEq for ReindexTicket
Auto Trait Implementations§
impl Freeze for ReindexTicket
impl RefUnwindSafe for ReindexTicket
impl Send for ReindexTicket
impl Sync for ReindexTicket
impl Unpin for ReindexTicket
impl UnsafeUnpin for ReindexTicket
impl UnwindSafe for ReindexTicket
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.