pub enum CompetitiveSummaryIncludedData {
FeaturedBuyingOptions,
ReferencePrices,
LowestPricedOffers,
}Variants§
Auto Trait Implementations§
impl Freeze for CompetitiveSummaryIncludedData
impl RefUnwindSafe for CompetitiveSummaryIncludedData
impl Send for CompetitiveSummaryIncludedData
impl Sync for CompetitiveSummaryIncludedData
impl Unpin for CompetitiveSummaryIncludedData
impl UnwindSafe for CompetitiveSummaryIncludedData
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