pub struct Iteration {
pub iteration_id: String,
pub sequence: u32,
pub workspace_ref: WorkspaceRef,
}Expand description
Which iteration of the goal this package represents.
Fields§
§iteration_id: String§sequence: u32§workspace_ref: WorkspaceRefTrait Implementations§
Source§impl<'de> Deserialize<'de> for Iteration
impl<'de> Deserialize<'de> for Iteration
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 Iteration
impl RefUnwindSafe for Iteration
impl Send for Iteration
impl Sync for Iteration
impl Unpin for Iteration
impl UnsafeUnpin for Iteration
impl UnwindSafe for Iteration
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