pub struct UpdateRecipeInput {
pub name: Option<String>,
pub description: Option<String>,
pub labels: Option<Vec<LabelInput>>,
}Fields§
§name: Option<String>§description: Option<String>§labels: Option<Vec<LabelInput>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateRecipeInput
impl RefUnwindSafe for UpdateRecipeInput
impl Send for UpdateRecipeInput
impl Sync for UpdateRecipeInput
impl Unpin for UpdateRecipeInput
impl UnsafeUnpin for UpdateRecipeInput
impl UnwindSafe for UpdateRecipeInput
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