pub struct GetJobJobRecipe {
pub id: Uuid,
pub key: Option<String>,
pub name: String,
}Fields§
§id: Uuid§key: Option<String>§name: StringTrait Implementations§
Source§impl Clone for GetJobJobRecipe
impl Clone for GetJobJobRecipe
Source§fn clone(&self) -> GetJobJobRecipe
fn clone(&self) -> GetJobJobRecipe
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 GetJobJobRecipe
impl Debug for GetJobJobRecipe
Source§impl<'de> Deserialize<'de> for GetJobJobRecipe
impl<'de> Deserialize<'de> for GetJobJobRecipe
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 GetJobJobRecipe
impl RefUnwindSafe for GetJobJobRecipe
impl Send for GetJobJobRecipe
impl Sync for GetJobJobRecipe
impl Unpin for GetJobJobRecipe
impl UnwindSafe for GetJobJobRecipe
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