pub struct RobotRecipesOutput {
pub envelope: RobotEnvelope,
pub recipes: Vec<RecipeSummary>,
}Fields§
§envelope: RobotEnvelope§recipes: Vec<RecipeSummary>Trait Implementations§
Source§impl Debug for RobotRecipesOutput
impl Debug for RobotRecipesOutput
Auto Trait Implementations§
impl Freeze for RobotRecipesOutput
impl RefUnwindSafe for RobotRecipesOutput
impl Send for RobotRecipesOutput
impl Sync for RobotRecipesOutput
impl Unpin for RobotRecipesOutput
impl UnsafeUnpin for RobotRecipesOutput
impl UnwindSafe for RobotRecipesOutput
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