pub enum ApiName {
Show 16 variants
GenerateSecurityToken,
GenerateToken,
RefreshSecurityToken,
RefreshToken,
GenerateAffiliateLinks,
GetCategory,
GetFeaturedPromoInfo,
GetFeaturedPromoProducts,
GetHotProductDownload,
GetHotProducts,
GetOrderInfo,
GetOrderList,
GetOrderListByIndex,
GetProductDetailInfo,
GetProducts,
SmartMatchProducts,
}Variants§
GenerateSecurityToken
GenerateToken
RefreshSecurityToken
RefreshToken
GenerateAffiliateLinks
GetCategory
GetFeaturedPromoInfo
GetFeaturedPromoProducts
GetHotProductDownload
GetHotProducts
GetOrderInfo
GetOrderList
GetOrderListByIndex
GetProductDetailInfo
GetProducts
SmartMatchProducts
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ApiName
impl Send for ApiName
impl Sync for ApiName
impl Unpin for ApiName
impl UnwindSafe for ApiName
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