pub struct Auction {
pub results: HashMap<String, AuctionResult>,
/* private fields */
}Fields§
§results: HashMap<String, AuctionResult>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Auction
impl RefUnwindSafe for Auction
impl Send for Auction
impl Sync for Auction
impl Unpin for Auction
impl UnwindSafe for Auction
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