Enum rust_woocommerce::controllers::entities::Entity
source · pub enum Entity {
Show 29 variants
Coupon,
Customer,
Order,
Product,
ProductAttribute,
ProductCategory,
ProductShippingClass,
ProductTag,
ProductReview,
Report,
ReportCouponsTotal,
ReportCustomersTotal,
ReportOrdersTotal,
ReportProductsTotal,
ReportReviewsTotal,
TaxRate,
TaxClass,
Webhook,
Setting,
PaymentGateway,
ShippingZone,
ShippingMethod,
SystemStatus,
SystemStatusTool,
Data,
Currency,
Country,
Continent,
CurrentCurrency,
}
Expand description
Enum representing the various entities that can be retrieved using the API client.
Variants§
Coupon
Customer
Order
Product
ProductAttribute
ProductCategory
ProductShippingClass
ProductTag
ProductReview
Report
ReportCouponsTotal
ReportCustomersTotal
ReportOrdersTotal
ReportProductsTotal
ReportReviewsTotal
TaxRate
TaxClass
Webhook
Setting
PaymentGateway
ShippingZone
ShippingMethod
SystemStatus
SystemStatusTool
Data
Currency
Country
Continent
CurrentCurrency
Trait Implementations§
source§impl PartialEq for Entity
impl PartialEq for Entity
impl StructuralPartialEq for Entity
Auto Trait Implementations§
impl Freeze for Entity
impl RefUnwindSafe for Entity
impl Send for Entity
impl Sync for Entity
impl Unpin for Entity
impl UnwindSafe for Entity
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