Enum mimir::enums::ODPISubscrProtocol [] [src]

#[repr(u32)]
pub enum ODPISubscrProtocol { Callback, Mail, PLSQL, HTTP, }

This enumeration identifies the protocol used for sending notifications to subscriptions.

Variants

Notifications are sent by calling the callback specified when the subscription was registered.

Notifications are sent by sending an e-mail to the e-mail address specified when the subscription was registered.

Notifications are sent by calling the PL/SQL procedure specified when the subscription was registered.

Notifications are sent to the URL specified when the subscription was registered.

Trait Implementations

impl Clone for ODPISubscrProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ODPISubscrProtocol
[src]

impl Debug for ODPISubscrProtocol
[src]

Formats the value using the given formatter.

impl Eq for ODPISubscrProtocol
[src]

impl Hash for ODPISubscrProtocol
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ODPISubscrProtocol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.