pub enum EsActionType {
Auth,
Notify,
}Expand description
The event type
Variants§
Trait Implementations§
source§impl Debug for EsActionType
impl Debug for EsActionType
source§impl PartialEq<EsActionType> for EsActionType
impl PartialEq<EsActionType> for EsActionType
source§fn eq(&self, other: &EsActionType) -> bool
fn eq(&self, other: &EsActionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.