pub struct RunCustomRecipeCreateJob {
pub id: Uuid,
pub kind: JobKind,
pub status: JobStatus,
pub created_at: Timestamp,
}Fields§
§id: Uuid§kind: JobKind§status: JobStatus§created_at: TimestampTrait Implementations§
Source§impl Clone for RunCustomRecipeCreateJob
impl Clone for RunCustomRecipeCreateJob
Source§fn clone(&self) -> RunCustomRecipeCreateJob
fn clone(&self) -> RunCustomRecipeCreateJob
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 RunCustomRecipeCreateJob
impl Debug for RunCustomRecipeCreateJob
Source§impl<'de> Deserialize<'de> for RunCustomRecipeCreateJob
impl<'de> Deserialize<'de> for RunCustomRecipeCreateJob
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 RunCustomRecipeCreateJob
impl RefUnwindSafe for RunCustomRecipeCreateJob
impl Send for RunCustomRecipeCreateJob
impl Sync for RunCustomRecipeCreateJob
impl Unpin for RunCustomRecipeCreateJob
impl UnsafeUnpin for RunCustomRecipeCreateJob
impl UnwindSafe for RunCustomRecipeCreateJob
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