ActionManageType in sqlparser::ast - Rust

Skip to main content

Enum ActionManageType 

Source

pub enum ActionManageType {
    AccountSupportCases,
    EventSharing,
    Grants,
    ListingAutoFulfillment,
    OrganizationSupportCases,
    UserSupportCases,
    Warehouses,
}
Expand description

Variants§

§

AccountSupportCases

Account support cases management.

§

EventSharing

Event sharing management.

§

Grants

Grants management.

§

ListingAutoFulfillment

Listing auto-fulfillment management.

§

OrganizationSupportCases

Organization support cases management.

§

UserSupportCases

User support cases management.

§

Warehouses

Warehouses management.

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for ActionManageType

§

impl RefUnwindSafe for ActionManageType

§

impl Send for ActionManageType

§

impl Sync for ActionManageType

§

impl Unpin for ActionManageType

§

impl UnwindSafe for ActionManageType

Blanket Implementations§