pub struct SplitPlanRecord {
pub task_id: String,
pub sprint: i32,
pub summary: String,
pub pr_group: String,
}Fields§
§task_id: String§sprint: i32§summary: String§pr_group: StringTrait Implementations§
Source§impl Clone for SplitPlanRecord
impl Clone for SplitPlanRecord
Source§fn clone(&self) -> SplitPlanRecord
fn clone(&self) -> SplitPlanRecord
Returns a duplicate 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 SplitPlanRecord
impl Debug for SplitPlanRecord
Source§impl PartialEq for SplitPlanRecord
impl PartialEq for SplitPlanRecord
impl Eq for SplitPlanRecord
impl StructuralPartialEq for SplitPlanRecord
Auto Trait Implementations§
impl Freeze for SplitPlanRecord
impl RefUnwindSafe for SplitPlanRecord
impl Send for SplitPlanRecord
impl Sync for SplitPlanRecord
impl Unpin for SplitPlanRecord
impl UnsafeUnpin for SplitPlanRecord
impl UnwindSafe for SplitPlanRecord
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