Enum rust_woocommerce::controllers::entities::SubEntity
source · pub enum SubEntity {
OrderNote,
Refund,
ProductVariation,
AttributeTerm,
SettingOption,
ShippingZoneLocation,
ShippingZoneMethod,
}
Expand description
Enum representing various sub-entities that can be associated with the main entities.
Variants§
OrderNote
Refund
ProductVariation
AttributeTerm
SettingOption
ShippingZoneLocation
ShippingZoneMethod
Trait Implementations§
source§impl PartialEq for SubEntity
impl PartialEq for SubEntity
impl StructuralPartialEq for SubEntity
Auto Trait Implementations§
impl Freeze for SubEntity
impl RefUnwindSafe for SubEntity
impl Send for SubEntity
impl Sync for SubEntity
impl Unpin for SubEntity
impl UnwindSafe for SubEntity
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