pub struct BuyTomatoesRequest {
pub amount: usize,
}Expand description
The initial request to buy tomatoes.
Fields§
§amount: usizeThe tomatoes you want to buy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuyTomatoesRequest
impl RefUnwindSafe for BuyTomatoesRequest
impl Send for BuyTomatoesRequest
impl Sync for BuyTomatoesRequest
impl Unpin for BuyTomatoesRequest
impl UnsafeUnpin for BuyTomatoesRequest
impl UnwindSafe for BuyTomatoesRequest
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